gjy 2 years ago
parent
commit
96e4705761
2 changed files with 4 additions and 0 deletions
  1. 2 0
      pages/business/businessNew.vue
  2. 2 0
      pages/business/search.vue

+ 2 - 0
pages/business/businessNew.vue

@@ -218,6 +218,8 @@
 		onShow() {
 			if(uni.getStorageSync('jiaoyikeyword')){
 				this.keyword=uni.getStorageSync('jiaoyikeyword')
+			}else{
+				this.keyword=''
 			}
 			let _tl = uni.getStorageSync('transactionLocation')
 			if (_tl) {

+ 2 - 0
pages/business/search.vue

@@ -314,6 +314,7 @@
 </script>
 
 <style lang="scss" scoped>
+	
 	view {
 		// display: block;
 	}
@@ -321,6 +322,7 @@
 	.content {
 		overflow: hidden;
 		background: #fff;
+		height:100vh;
 	}
 
 	.cancel {