From e692b8c296bae952a810688f700b659ae8240a5c Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期四, 10 四月 2025 11:00:10 +0800 Subject: [PATCH] 1 --- 代码管理/NEWCode/WIDESEAWCS_PDA/pages/home/home.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/home/home.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/home/home.vue" index e8d69f3..de25e87 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/home/home.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/home/home.vue" @@ -2,7 +2,7 @@ <view class="mine"> <view class="tools"> <uni-icons type="scan" size="48rpx" color="#292C39" @click="doScan"></uni-icons> - <uni-icons type="gear-filled" size="48rpx" color="#292C39"></uni-icons> + <uni-icons type="gear-filled" size="48rpx" color="#292C39" @click="goSetAddress"></uni-icons> </view> <view class="header"> <view class="header-user"> @@ -189,6 +189,12 @@ } }) } + + //璺宠浆鍒癝etAddress椤甸潰 + , + goSetAddress() { + this.$u.route('/pages/SetAddress/SetAddress'); + }, }, }; </script> -- Gitblit v1.9.3