fix: 用户行为记录有问题 需要注释掉
This commit is contained in:
@@ -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));
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
@@ -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));
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user