@@ -308,7 +308,7 @@
width: 460rpx;
font-size: 30rpx;
color: #333;
- height: 166rpx;
+ height: 200rpx;
}
.flash-sale .list .item .text .name {
@@ -74,7 +74,7 @@
<view class='stock'>
{{$t(`累计销售`)}}:{{storeInfo.total?storeInfo.total:0}}{{$t(storeInfo.unit_name) || ''}}
</view>
- <view>{{$t(`限量`)}}:
+ <view>{{$t(`限量剩余`)}}:
{{ storeInfo.quota ? storeInfo.quota : 0 }}{{$t(storeInfo.unit_name) || ''}}
@@ -775,7 +775,10 @@
let that = this;
uni.showToast({
title: res.msg,
- success() {
+ success() {
+ that.memberCard();
+ that.groomList();
+ that.getOrderPayType();
that.popupShow = false;
});