Commit 6ba77480 authored by 李苏's avatar 李苏 💬

调整

parent 1ceff2c7
...@@ -15,6 +15,13 @@ ...@@ -15,6 +15,13 @@
import Edit from './edit.vue' import Edit from './edit.vue'
export default { export default {
name: 'sblx', name: 'sblx',
async mounted() {
console.log('Start async function');
await new Promise(resolve => setTimeout(resolve, 2000)); // Simulate async operation
console.log('End async function');
console.log(123)
},
data() { data() {
return { return {
config: { config: {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-10 15:08:18 * @LastEditTime: 2024-10-11 15:15:37
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue * @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
--> -->
<template> <template>
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
<div class="flex1" style="color: #68D8FE ;" v-text="item.name"></div> <div class="flex1" style="color: #68D8FE ;" v-text="item.name"></div>
<!-- <div class="flex1" style="color: #68D8FE ;" v-text="item.jzbm"></div> --> <!-- <div class="flex1" style="color: #68D8FE ;" v-text="item.jzbm"></div> -->
<div class="flex1" style="color: #68D8FE ;" v-text="item.gg"></div> <div class="flex1" style="color: #68D8FE ;" v-text="item.gg"></div>
<div class="flex1" style="color: #68D8FE ;" v-text="item.czs"></div> <div class="flex1" style="color: #68D8FE ;" v-text="item.cz"></div>
</div> </div>
</div> </div>
</ScrollSeamless> </ScrollSeamless>
...@@ -983,7 +983,7 @@ ...@@ -983,7 +983,7 @@
model.material = new THREE.MeshPhongMaterial({ model.material = new THREE.MeshPhongMaterial({
color: new THREE.Color('rgba(255, 255, 0, 0.8)'), color: new THREE.Color('rgba(69, 255, 128, 0.8)'),
transparent: true, transparent: true,
opacity: 0.8, opacity: 0.8,
wireframe: false, wireframe: false,
...@@ -1082,7 +1082,7 @@ ...@@ -1082,7 +1082,7 @@
model.material = new THREE.MeshPhongMaterial({ model.material = new THREE.MeshPhongMaterial({
color: new THREE.Color('rgba(255, 255, 0, 0.8)'), color: new THREE.Color('rgba(69, 255, 128, 0.8)'),
transparent: true, transparent: true,
opacity: 0.8, opacity: 0.8,
wireframe: false, wireframe: false,
...@@ -1543,7 +1543,7 @@ ...@@ -1543,7 +1543,7 @@
model.material = new THREE.MeshPhongMaterial({ model.material = new THREE.MeshPhongMaterial({
color: new THREE.Color('rgba(255, 255, 0, 0.8)'), color: new THREE.Color('rgba(69, 255, 128, 0.8)'),
transparent: true, transparent: true,
opacity: 0.8, opacity: 0.8,
wireframe: false, wireframe: false,
...@@ -1600,7 +1600,7 @@ ...@@ -1600,7 +1600,7 @@
model.material = new THREE.MeshPhongMaterial({ model.material = new THREE.MeshPhongMaterial({
color: new THREE.Color('rgba(255, 255, 0, 0.8)'), color: new THREE.Color('rgba(69, 255, 128, 0.8)'),
transparent: true, transparent: true,
opacity: 0.8, opacity: 0.8,
wireframe: false, wireframe: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment