Commit d418377219ab14541b3f24dba207aefeda816252

Authored by WXD-SEASON\season
1 parent 33439a11

优惠券页面地址修改

packageA/pages/quan_list/quan_list.js
@@ -183,7 +183,7 @@ Page({ @@ -183,7 +183,7 @@ Page({
183 this.setData({ show_success: 0, get_item: null }) 183 this.setData({ show_success: 0, get_item: null })
184 }, 184 },
185 go_quan: function () { 185 go_quan: function () {
186 - getApp().goto("/pages/user/coupons/coupons"); 186 + getApp().goto("/packageD/pages/user/coupons/coupons");
187 }, 187 },
188 go_detail: function (e) { 188 go_detail: function (e) {
189 var index = e.currentTarget.dataset.ind; 189 var index = e.currentTarget.dataset.ind;