gjy 2 年之前
父节点
当前提交
96e4705761
共有 2 个文件被更改,包括 4 次插入0 次删除
  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 {