MrShi
2026-04-21 e5a79864b82abe2bf62e0e6e4861d8d92785722b
small-program/pages/address/address.vue
@@ -7,7 +7,7 @@
               <text>{{item.phone}}</text>
               <text v-if="item.isDefault === 1">默认</text>
            </view>
            <view class="list-item-b">{{item.areaDetail}}{{item.addr}}</view>
            <view class="list-item-b">{{item.provinceName}}{{item.cityName}}{{item.districtName}}{{item.addr}}</view>
         </view>
         <image src="/static/icon/address_ic_edit@2x.png" mode="widthFix" @click.stop="edit(item)"></image>
      </view>