Commit ef34494a authored by Junling Bu's avatar Junling Bu
Browse files

#357

parent 13192ba3
......@@ -124,12 +124,6 @@ Page({
// 页面关闭
},
getCoupon(e) {
if (!app.globalData.hasLogin) {
wx.navigateTo({
url: "/pages/auth/login/login"
});
}
let couponId = e.currentTarget.dataset.index
util.request(api.CouponReceive, {
couponId: couponId
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment