wxd
/
MShopWeApp
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
0e424c6431287135e4f2dda7c53b1bf5332478e5
Authored by
yvan.ni
2020-11-09 14:29:12 +0800
1 parent
58b15607
领取优惠券
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
packageA/pages/quan_pro/quan_pro.js
packageA/pages/quan_pro/quan_pro.js
View file @
0e424c6
...
...
@@ -119,6 +119,11 @@ Page({
119
119
}
120
120
})
121
121
},
122
+
123
+ go_quan:function(){
124
+ //跳转到券列表
125
+ getApp().goto("/pages/user/coupons/coupons");
126
+ }
122
127
123
128
124
129
});
...
...