shish 2 lat temu
rodzic
commit
08d736183f

+ 2 - 2
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -185,8 +185,8 @@ export default {
 					if(res.code == 1){
 						that.$msg(res.msg)
 						setTimeout(function(){
-							that.pageTo({url: '/pagesPurchase/info?orderSn='+that.info.orderSn,type:2})
-						},1100)
+							uni.navigateBack()
+						},1300)
 					}
 				})
 			})