xiebaomin 1 年之前
父节点
当前提交
e807dd98fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/search/search.vue

+ 1 - 1
pages/search/search.vue

@@ -701,7 +701,7 @@ export default {
 			if (this.listQuery.keyword == '') {
 				this.$util.msg('请输入搜索关键词', 2000)
 			} else {
-                this.cmsKeywordHits(this.listQuery.keyword)
+                this.cmsKeywordHits({ keyword: this.listQuery.keyword })
 				switch (this.searchKeyType) {
 					case 1:
 						this.listData = []