@@ -172,12 +172,14 @@ export default {
if (key === '签到奖励') {
this.form.pointConfigContinueRList.push({
signDay: '',
- rewardPoint: ''
+ rewardPoint: '',
+ status: 1,
})
} else {
this.form.pointConfigListenGoodList.push({
listenTime: '',
+ type: this.form.notifyRewardType
}
},