gjy 2 yıl önce
ebeveyn
işleme
aad182f686
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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()
 			},