fix: 用户行为记录有问题 需要注释掉

This commit is contained in:
wanganmao
2022-10-21 10:32:45 +08:00
parent da07aa5038
commit 6d82e941e1
2 changed files with 22 additions and 22 deletions

View File

@@ -198,17 +198,17 @@ export default defineComponent({
if(!data[0]) return;
BrowsingRecordApi.browsingRecordSurveys({
sn: this.answerSurveySn,
data: {
sn: this.answerSn,
question_index: this.question.question_index,
question_type: this.question.question_type,
planet_id: data[0].wareId,
shelve_planet_id: this.shelfId,
action_info: data,
},
}).catch((e) => console.error(e));
// BrowsingRecordApi.browsingRecordSurveys({
// sn: this.answerSurveySn,
// data: {
// sn: this.answerSn,
// question_index: this.question.question_index,
// question_type: this.question.question_type,
// planet_id: data[0].wareId,
// shelve_planet_id: this.shelfId,
// action_info: data,
// },
// }).catch((e) => console.error(e));
},
},
});

View File

@@ -157,17 +157,17 @@ export default defineComponent({
if(!data[0]) return;
BrowsingRecordApi.browsingRecordSurveys({
sn: this.answerSurveySn,
data: {
sn: this.answerSn,
question_index: this.question.question_index,
question_type: this.question.question_type,
planet_id: data[0].wareId,
shelve_planet_id: this.shelfId,
action_info: data,
},
}).catch((e) => console.error(e));
// BrowsingRecordApi.browsingRecordSurveys({
// sn: this.answerSurveySn,
// data: {
// sn: this.answerSn,
// question_index: this.question.question_index,
// question_type: this.question.question_type,
// planet_id: data[0].wareId,
// shelve_planet_id: this.shelfId,
// action_info: data,
// },
// }).catch((e) => console.error(e));
},
}
});