Administrator 4 年 前
コミット
9adb3fec35
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/search/search-second.vue

+ 1 - 1
pages/search/search-second.vue

@@ -108,7 +108,7 @@
 		methods:{
 		methods:{
 			subMitSearch() {//搜索
 			subMitSearch() {//搜索
 				if (this.name == '') {
 				if (this.name == '') {
-					this.$util.msg('请输入商品关键',2000);
+					this.$util.msg('请输入商品关键',2000);
 				}else{
 				}else{
 					this.getListFromServer()
 					this.getListFromServer()
 				}
 				}