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