From-wh пре 2 година
родитељ
комит
c9744fbaa7

+ 4 - 7
template/uni-app/pages/goods/cashier/index.vue

@@ -505,15 +505,12 @@
 
 						case "WECHAT_H5_PAY":
 							uni.hideLoading();
-							that.$util.Tips({
-								title: that.$t(`订单创建成功`)
-							}, {
-								tab: 4,
+							uni.reLaunch({
 								url: goPages + '&status=0'
-							});
+							})
 							setTimeout(() => {
 								location.href = res.data.result.jsConfig.h5_url;
-							}, 2000);
+							}, 1000);
 							break;
 
 						case 'ALIPAY_PAY':
@@ -763,4 +760,4 @@
 		}
 
 	}
-</style>
+</style>

+ 1 - 4
template/uni-app/pages/users/user_payment/index.vue

@@ -404,9 +404,6 @@
 
 						case "WECHAT_H5_PAY":
 							uni.hideLoading();
-							that.$util.Tips({
-								title: that.$t(`订单创建成功`)
-							});
 							setTimeout(() => {
 								location.href = res.data.result.jsConfig.h5_url;
 							}, 2000);
@@ -710,4 +707,4 @@
 		font-size: 24rpx;
 		color: #333;
 	}
-</style>
+</style>