|
|
@@ -113,6 +113,9 @@ Page({
|
|
|
couponSendItem: data
|
|
|
})
|
|
|
}
|
|
|
+ that.setData({
|
|
|
+ couponSendItem: data
|
|
|
+ })
|
|
|
})
|
|
|
break;
|
|
|
case 'toRegister':
|
|
|
@@ -128,6 +131,9 @@ Page({
|
|
|
integralShareItem: item
|
|
|
})
|
|
|
}
|
|
|
+ that.setData({
|
|
|
+ integralShareItem: item
|
|
|
+ })
|
|
|
})
|
|
|
break;
|
|
|
}
|
|
|
@@ -448,6 +454,10 @@ Page({
|
|
|
couponSendItem: item
|
|
|
})
|
|
|
}
|
|
|
+ this.setData({
|
|
|
+ couponSendItem: item
|
|
|
+ })
|
|
|
+ console.log('66', !this.data.couponSendItem);
|
|
|
if (!this.data.couponSendItem) {
|
|
|
const that = this
|
|
|
const res = await this.insertNewPowerItem()
|