Bläddra i källkod

🎨 按要求修改首页

快乐的梦鱼 1 månad sedan
förälder
incheckning
8c9c64d0dd
3 ändrade filer med 4 tillägg och 3 borttagningar
  1. 1 2
      src/pages/components/LightMap.vue
  2. 1 1
      src/pages/home/index.vue
  3. 2 0
      src/pages/home/light/submit.vue

+ 1 - 2
src/pages/components/LightMap.vue

@@ -26,9 +26,8 @@
         backgroundColor: '#ffffff',
       }" 
       icon="navigation" 
-      size="large"
       @click="getCurrentLonlat" 
-    />
+    >定位</Button>
   </div>
 </template>
 

+ 1 - 1
src/pages/home/index.vue

@@ -10,7 +10,7 @@
     <Height height="100px" />
     <FlexCol :gap="4" align="center">
       <Image src="https://mncdn.wenlvti.net/app_static/xiangyuan/images/home/ButtonTitle.png" width="430rpx" mode="widthFix" />
-      <Image src="https://mncdn.wenlvti.net/app_static/xiangyuan/images/home/ButtonSubTitle.png" width="290rpx" mode="widthFix" />
+      <Image src="https://mn.wenlvti.net/app_static/xiangyuan/images/home/ButtonSubTitle.png" width="290rpx" mode="widthFix" />
     </FlexCol>
     <Box icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/home/icon-pin-distance.png" :padding="false">
       <LightMap

+ 2 - 0
src/pages/home/light/submit.vue

@@ -69,6 +69,7 @@ import { onMounted, ref } from 'vue';
 import { getVolunteerForm } from '@/pages/dig/admin/data/volunteer';
 import VillageApi, { VolunteerInfo } from '@/api/inhert/VillageApi';
 import type { IDynamicFormOptions, IDynamicFormRef } from '@/components/dynamic';
+import { waitTimeOut } from '@imengyu/imengyu-utils';
 
 /**
  * 分享注册页面
@@ -87,6 +88,7 @@ onMounted(async () => {
     step.value = 'error';
     return;
   }
+  await waitTimeOut(1000);
   registerFormDefine.value = getVolunteerForm({
     canSetCatalog: false,
     villageId: querys.value.villageId,