Commit 991859d70e3e2804eac0ee7e775d4ac133983a68
1 parent
f7833e67
登录失效
Showing
2 changed files
with
7 additions
and
1 deletions
pages/businessCard/businessCard.vue
@@ -53,10 +53,11 @@ export default { | @@ -53,10 +53,11 @@ export default { | ||
53 | wx.showShareMenu({ | 53 | wx.showShareMenu({ |
54 | withShareTicket: true | 54 | withShareTicket: true |
55 | }) | 55 | }) |
56 | - this.couponRuleParkPage() | 56 | + |
57 | }, | 57 | }, |
58 | onShow() { | 58 | onShow() { |
59 | var me = this; | 59 | var me = this; |
60 | + this.couponRuleParkPage() | ||
60 | }, | 61 | }, |
61 | // 下拉刷新触发 | 62 | // 下拉刷新触发 |
62 | onPullDownRefresh(val) { | 63 | onPullDownRefresh(val) { |
pages/businessCard/buyCard.vue
@@ -209,6 +209,11 @@ export default { | @@ -209,6 +209,11 @@ export default { | ||
209 | icon: 'success', | 209 | icon: 'success', |
210 | duration: 1000 | 210 | duration: 1000 |
211 | }) | 211 | }) |
212 | + setTimeout(()=>{ | ||
213 | + uni.navigateBack({ | ||
214 | + delta:1,//返回层数,2则上上页 | ||
215 | + }) | ||
216 | + },1000) | ||
212 | 217 | ||
213 | }) | 218 | }) |
214 | }, | 219 | }, |