Administrator há 4 anos atrás
pai
commit
9adb3fec35
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/search/search-second.vue

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

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