Explorar o código

refactor:权益卡支付成功后跳转到我的权益卡页面

zhanghui %!s(int64=2) %!d(string=hai) anos
pai
achega
5aad6788e1
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      storePages/rights/index.vue

+ 5 - 0
storePages/rights/index.vue

@@ -204,6 +204,11 @@
 							uni.showToast({
 								title: '支付成功!'
 							});
+							setTimeout(()=>{
+								uni.navigateTo({
+									url: '/storePages/myRights/index'
+								});
+							},2000)
 						},
 						fail: res => {
 							console.log(res)