|
|
@@ -739,9 +739,9 @@ export default {
|
|
|
if (this.form.taskType == 1) {
|
|
|
this.form.content = content.goodsId;
|
|
|
}else if (this.form.taskType == 2) {
|
|
|
- this.form.content = content.desc;
|
|
|
+ this.form.content = content.redId;
|
|
|
}else if (this.form.taskType == 4) {
|
|
|
- this.form.content = content.desc;
|
|
|
+ this.form.content = content.lotteryId;
|
|
|
}else if(this.form.taskType == 5){
|
|
|
this.form.content = content.couponId;
|
|
|
}else if(this.form.taskType == 6){
|