gjy 2 năm trước cách đây
mục cha
commit
96e4705761

+ 2 - 0
pages/business/businessNew.vue

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

+ 2 - 0
pages/business/search.vue

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