lilei 3 anni fa
parent
commit
be6987b1b5
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      App.vue
  2. 1 1
      pages/common/productBrand.vue

+ 1 - 1
App.vue

@@ -5,7 +5,7 @@
 			token: '',
 			changeOrg:'',
 			version: '', // 当前版本号
-			buildType: 'pro', // 打包环境对应类型,pro 生产 uat 预发布 dev 本地开发
+			buildType: 'uat', // 打包环境对应类型,pro 生产 uat 预发布 dev 本地开发
 			envTips: '', // 环境文字提示
 			theme: 'default', // 主题,default
 			isIphoneXup: false //是否iphonex以及以上的版本

+ 1 - 1
pages/common/productBrand.vue

@@ -11,7 +11,7 @@
 			<u-search
 				placeholder="请输入品牌名称搜索" 
 				v-model="queryWord" 
-				:show-action="isGobleSearch"
+				:show-action="isGobleSearch||queryWord!=''"
 				@focus="isGobleSearch=true"
 				@blur="isGobleSearch=false"
 				@custom="searchBrand"