Administrator hace 4 años
padre
commit
9adb3fec35
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
 				}