|
@@ -35,7 +35,6 @@ Page({
|
|
|
|
|
|
startLoadActivityData() {
|
|
startLoadActivityData() {
|
|
SignIn.getActivityData(getMobileCache()).then(res => {
|
|
SignIn.getActivityData(getMobileCache()).then(res => {
|
|
- console.log(res)
|
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.setData({
|
|
this.setData({
|
|
activity: res.data
|
|
activity: res.data
|
|
@@ -149,7 +148,6 @@ Page({
|
|
},
|
|
},
|
|
|
|
|
|
popMessage(message) {
|
|
popMessage(message) {
|
|
- console.log("xx")
|
|
|
|
app.showToast(message, "none")
|
|
app.showToast(message, "none")
|
|
},
|
|
},
|
|
|
|
|
|
@@ -185,7 +183,6 @@ Page({
|
|
dealSignResult(data) {
|
|
dealSignResult(data) {
|
|
if (data.isHit == 0 || data.coupon == null) {
|
|
if (data.isHit == 0 || data.coupon == null) {
|
|
// 没有配置奖品的情况下
|
|
// 没有配置奖品的情况下
|
|
- console.log("进来")
|
|
|
|
this.popMessage("签到成功!")
|
|
this.popMessage("签到成功!")
|
|
return
|
|
return
|
|
}
|
|
}
|