Prechádzať zdrojové kódy

2023-11-29争霸赛报名 修改样式

zhiquz 1 rok pred
rodič
commit
3b6e97f57d
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 2 2
      pages/zbs/detail.vue
  2. 1 1
      pages/zbs/form.vue

+ 2 - 2
pages/zbs/detail.vue

@@ -21,7 +21,7 @@
 				<image src="../../static/team/green.png" mode="widthFix" style="width: 150rpx;"></image>
 				<view class="topt">
 					<view class="title">
-						支付成功!
+						报名成功!
 					</view>
 					<view class="tip">
 						感谢您的支持
@@ -110,7 +110,7 @@
 							success: (e) => {
 								if (e.confirm) {
 									that.payId = res.data.id
-									that.countDown = 300;
+									that.countDown = 180;
 									that.timer = setInterval(() => {
 										that.countDown--;
 										if (!that.countDown) {

+ 1 - 1
pages/zbs/form.vue

@@ -203,7 +203,7 @@
 							});
 							this.params.order_id = res.data.order_id
 							this.params.trans_id = res.data.trans_id
-							this.newDown = 60;
+							this.newDown = 180;
 							this.timer = setInterval(() => {
 								this.newDown--;
 								if (!this.newDown) {