@@ -133,11 +133,11 @@ Page({
_this.excute(service, 'insert_coupon_send', params).then(res => {
if (res.data.code == Constants.SUCESS_CODE) {
util.showToast('助力成功!')
+ }
this.setData({
helpFlag: false,
powerModelShowFlag: false
})
- }
}