Commit d418377219ab14541b3f24dba207aefeda816252
1 parent
33439a11
优惠券页面地址修改
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/quan_list/quan_list.js
... | ... | @@ -183,7 +183,7 @@ Page({ |
183 | 183 | this.setData({ show_success: 0, get_item: null }) |
184 | 184 | }, |
185 | 185 | go_quan: function () { |
186 | - getApp().goto("/pages/user/coupons/coupons"); | |
186 | + getApp().goto("/packageD/pages/user/coupons/coupons"); | |
187 | 187 | }, |
188 | 188 | go_detail: function (e) { |
189 | 189 | var index = e.currentTarget.dataset.ind; | ... | ... |