Fix:2621 【商城小程序】订单详情—再买一单,修改收货地址确认框弹出之前地址已修改,点取消修改无法取消

This commit is contained in:
linxi
2024-11-20 17:18:12 +08:00
parent 0bdcae5d00
commit 3625a45e2c
+7 -2
View File
@@ -211,7 +211,7 @@
<image class="logo" :src="webUrl+'/orderIcon/资质认证.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx"/>
<text class="v12-ml-1 v12-font-28">资质</text>
</view>
<view class="title v12-secondary-dark-text">{{ storeInfo.merName }}</view>
<view class="store-title title more-t v12-secondary-dark-text">{{ storeInfo.merName }}</view>
</view>
<view class="value v12-justify-end v12-align-center">
<!-- <text class=" v12-dark1-text v12-font-24">库存{{ attr.productSelect.stock }}</text> -->
@@ -1873,7 +1873,12 @@ export default {
font-size: 0.28 * 100rpx;
color: #808080;
}
.after-title{
white-space: nowrap;
}
.store-title{
width: 400rpx;
}
.product-con .store-info .praise .iconfont {
font-size: 0.28 * 100rpx;
}