@@ -8,7 +8,7 @@ export const toHomePage = (id: string) => {
.navigateToMiniProgram({
appId: 'wx4d95c9addba81089',
envVersion: 'trial',
- path: '/pages/mine/homepage/index' + '?id=' + id,
+ path: '/pages-sub/mine/homepage/index' + '?id=' + id,
})
.then()
}
@@ -278,7 +278,10 @@ onMounted(async () => {
</span>
地址
</label>
- <div class="wd-input h-[40px] lh-[40px] flex justify-between px-[20px]">
+ <div
+ class="wd-input h-[40px] lh-[40px] flex justify-between px-[20px]"
+ @click="getCurrentLocation"
+ >
<div>
{{ !dataForm.address.address ? '点击获取当前位置' : dataForm.address.address }}
</div>