@@ -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) {
@@ -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) {