|
@@ -149,9 +149,11 @@ export default {
|
|
if (type == 1) {
|
|
if (type == 1) {
|
|
param.tagName = this.mealText
|
|
param.tagName = this.mealText
|
|
param.tagType = [7]
|
|
param.tagType = [7]
|
|
|
|
+ param.type = 5
|
|
} else if (type == 2) {
|
|
} else if (type == 2) {
|
|
param.tagName = this.itemText
|
|
param.tagName = this.itemText
|
|
param.tagType = [1]
|
|
param.tagType = [1]
|
|
|
|
+ param.type = 5
|
|
}
|
|
}
|
|
api.searchTagList(param).then((res) => {
|
|
api.searchTagList(param).then((res) => {
|
|
if (res.data.code === '0') {
|
|
if (res.data.code === '0') {
|