gjy hace 2 años
padre
commit
aad182f686
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      pages/business/search.vue

+ 3 - 0
pages/business/search.vue

@@ -186,6 +186,9 @@
 				if(uni.getStorageSync('jiaoyikeyword')){
 					this.inputVal=uni.getStorageSync('jiaoyikeyword')
 					this.keyword=uni.getStorageSync('jiaoyikeyword')
+					if (this.inputVal) {
+						this.isDelShow = true;
+					}
 				}
 				// this.$refs.msearch.setFocus()
 			},