yfx
2026-03-17 41d2fe31c18c0a82e0239035c2e50f10fa46c715
pages/address/address.vue
@@ -8,7 +8,7 @@
                  <text>{{item.phone}}</text>
               </view>
               <view class="addr-v">{{item.area}}({{item.addr}})</view>
               <image class="rgt" src="/static/imgs/right.png" ></image>
               <image class="rgt" src="/static/imgs/right.png" mode=""></image>
            </view>
            <view class="addr-c">
               <view class="addr-df">
@@ -18,11 +18,11 @@
               </view>
               <view class="addr-c-main">
                  <view class="addr-c-c" @tap="$util.goPages('/pages/addAddr/addAddr?id=' + item.id)">
                     <image src="/static/imgs/edit.png" ></image>
                     <image src="/static/imgs/edit.png" mode=""></image>
                     <text>编辑</text>
                  </view>
                  <view class="addr-c-c" @tap="delConfirm(item.id, index)">
                     <image src="/static/imgs/del.png" ></image>
                     <image src="/static/imgs/del.png" mode=""></image>
                     <text>删除</text>
                  </view>
               </view>
@@ -30,7 +30,7 @@
         </view>
      </view>
      <view class="noData" v-else>
         <image src="/static/imgs/noData.png" ></image>
         <image src="/static/imgs/noData.png" mode=""></image>
         <view class="">没有地址信息</view>
      </view>
      <view class="addrBtn" @tap="addAddr">添加地址</view>