|
@@ -106,6 +106,7 @@ Page({
|
|
|
wx.navigateTo({
|
|
wx.navigateTo({
|
|
|
url: "/pages/auth/login/login"
|
|
url: "/pages/auth/login/login"
|
|
|
});
|
|
});
|
|
|
|
|
+ return;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
let couponId = e.currentTarget.dataset.index
|
|
let couponId = e.currentTarget.dataset.index
|
|
@@ -146,4 +147,4 @@ Page({
|
|
|
});
|
|
});
|
|
|
this.getCouponList();
|
|
this.getCouponList();
|
|
|
}
|
|
}
|
|
|
-})
|
|
|
|
|
|
|
+})
|