Browse Source

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

zhanghui 2 năm trước cách đây
mục cha
commit
5aad6788e1
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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)