@@ -182,7 +182,9 @@
},
// 返回首页
cancel() {
- window.location.href = config.jumpHomeUrl
+ uni.switchTab({
+ url: '/pages/index/index'
+ })
closePaymentMethod() {
this.payWayPop = false