wankeda
2025-06-24 6cc35000a6e138cfad96e7b02f8aeddcdb4ba6bf
代码管理/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>