doum
2026-04-29 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea
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>
@@ -79,7 +79,7 @@
         display: flex;
         align-items: center;
         justify-content: center;
         background: #004096;
         background: linear-gradient( 270deg, #66F8E4 0%, #15B9F7 100%), #10B2FA;
         border-radius: 44rpx;
         position: fixed;
         left: 30rpx;