From-wh 2 лет назад
Родитель
Сommit
be1ca4d02f

+ 1 - 1
template/uni-app/pages/activity/goods_seckill/index.vue

@@ -308,7 +308,7 @@
 		width: 460rpx;
 		font-size: 30rpx;
 		color: #333;
-		height: 166rpx;
+		height: 200rpx;
 	}
 
 	.flash-sale .list .item .text .name {

+ 1 - 1
template/uni-app/pages/activity/goods_seckill_details/index.vue

@@ -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) || ''}}
 							</view>
 						</view>

+ 4 - 1
template/uni-app/pages/annex/vip_paid/index.vue

@@ -775,7 +775,10 @@
 					let that = this;
 					uni.showToast({
 						title: res.msg,
-						success() {
+						success() {
+							that.memberCard();
+							that.groomList();
+							that.getOrderPayType();
 							that.popupShow = false;
 						}
 					});