|
@@ -211,6 +211,7 @@
|
|
|
this.isShowKeywordList = true
|
|
|
this.$api.doRequest('post', '/searchRecordsInfo/api/addInfo', {
|
|
|
commonId: this.userInfo.id,
|
|
|
+ functionType:"1",
|
|
|
searchContent: this.searchKeyWord
|
|
|
}).then(res => {})
|
|
|
.catch(res => {
|
|
@@ -266,6 +267,7 @@
|
|
|
this.$api.doRequest('get', '/searchRecordsInfo/selectRecommendedSearchRecordsInfo', {
|
|
|
pageSize: this.pageSize,
|
|
|
currentPage: this.currentPage,
|
|
|
+ functionType:"1",
|
|
|
commonId: this.userInfo.id
|
|
|
}).then(res => {
|
|
|
uni.hideLoading()
|
|
@@ -339,6 +341,7 @@
|
|
|
this.$api.doRequest('get', '/searchRecordsInfo/selectSearchRecordsInfo', {
|
|
|
pageSize: this.pageSize,
|
|
|
currentPage: this.currentPage,
|
|
|
+ functionType:"1",
|
|
|
commonId: this.userInfo.id
|
|
|
}).then(res => {
|
|
|
uni.hideLoading()
|
|
@@ -393,7 +396,8 @@
|
|
|
success: (res) => {
|
|
|
if (res.confirm) {
|
|
|
this.$api.doRequest('post', '/searchRecordsInfo/api/deleteSearchRecordsInfo', {
|
|
|
- commonId: this.userInfo.id
|
|
|
+ commonId: this.userInfo.id,
|
|
|
+ functionType:"1",
|
|
|
}).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
uni.showToast({
|