Преглед изворни кода

fixed:搜索信息统计删除

xiebaomin пре 1 година
родитељ
комит
87556096cc
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({ keyword: this.listQuery.keyword })
+                // this.cmsKeywordHits({ keyword: this.listQuery.keyword })
 				switch (this.searchKeyType) {
 					case 1:
 						this.listData = []