fix: 用户行为记录有问题 需要注释掉
This commit is contained in:
@@ -198,17 +198,17 @@ export default defineComponent({
|
|||||||
|
|
||||||
if(!data[0]) return;
|
if(!data[0]) return;
|
||||||
|
|
||||||
BrowsingRecordApi.browsingRecordSurveys({
|
// BrowsingRecordApi.browsingRecordSurveys({
|
||||||
sn: this.answerSurveySn,
|
// sn: this.answerSurveySn,
|
||||||
data: {
|
// data: {
|
||||||
sn: this.answerSn,
|
// sn: this.answerSn,
|
||||||
question_index: this.question.question_index,
|
// question_index: this.question.question_index,
|
||||||
question_type: this.question.question_type,
|
// question_type: this.question.question_type,
|
||||||
planet_id: data[0].wareId,
|
// planet_id: data[0].wareId,
|
||||||
shelve_planet_id: this.shelfId,
|
// shelve_planet_id: this.shelfId,
|
||||||
action_info: data,
|
// action_info: data,
|
||||||
},
|
// },
|
||||||
}).catch((e) => console.error(e));
|
// }).catch((e) => console.error(e));
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -157,17 +157,17 @@ export default defineComponent({
|
|||||||
|
|
||||||
if(!data[0]) return;
|
if(!data[0]) return;
|
||||||
|
|
||||||
BrowsingRecordApi.browsingRecordSurveys({
|
// BrowsingRecordApi.browsingRecordSurveys({
|
||||||
sn: this.answerSurveySn,
|
// sn: this.answerSurveySn,
|
||||||
data: {
|
// data: {
|
||||||
sn: this.answerSn,
|
// sn: this.answerSn,
|
||||||
question_index: this.question.question_index,
|
// question_index: this.question.question_index,
|
||||||
question_type: this.question.question_type,
|
// question_type: this.question.question_type,
|
||||||
planet_id: data[0].wareId,
|
// planet_id: data[0].wareId,
|
||||||
shelve_planet_id: this.shelfId,
|
// shelve_planet_id: this.shelfId,
|
||||||
action_info: data,
|
// action_info: data,
|
||||||
},
|
// },
|
||||||
}).catch((e) => console.error(e));
|
// }).catch((e) => console.error(e));
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user