BJ_web_developers
/
jy_parkingOS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
991859d70e3e2804eac0ee7e775d4ac133983a68
Authored by
刘淇
2022-06-01 10:29:48 +0800
1 parent
f7833e67
登录失效
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
pages/businessCard/businessCard.vue
pages/businessCard/buyCard.vue
pages/businessCard/businessCard.vue
View file @
991859d
...
...
@@ -53,10 +53,11 @@ export default {
53
53
wx.showShareMenu({
54
54
withShareTicket: true
55
55
})
56
-
this.couponRuleParkPage()
56
+
57
57
},
58
58
onShow() {
59
59
var me = this;
60
+ this.couponRuleParkPage()
60
61
},
61
62
// 下拉刷新触发
62
63
onPullDownRefresh(val) {
...
...
pages/businessCard/buyCard.vue
View file @
991859d
...
...
@@ -209,6 +209,11 @@ export default {
209
209
icon: 'success',
210
210
duration: 1000
211
211
})
212
+ setTimeout(()=>{
213
+ uni.navigateBack({
214
+ delta:1,//返回层数,2则上上页
215
+ })
216
+ },1000)
212
217
213
218
})
214
219
},
...
...