Browse Source

修改BUG

seimin 2 years ago
parent
commit
da42b88ea6

+ 3 - 2
components/seiminSearch/seiminSearch.vue

@@ -89,8 +89,9 @@
89
       },
89
       },
90
       clear() {
90
       clear() {
91
         //HM修改 收起键盘
91
         //HM修改 收起键盘
92
-        uni.hideKeyboard();
93
-        this.isFocus = false;
92
+        // uni.hideKeyboard();
93
+        // this.isFocus = false;
94
+        this.isFocus = true;
94
         this.inputVal = '';
95
         this.inputVal = '';
95
         this.active = false;
96
         this.active = false;
96
         //HM修改 清空内容时候触发组件input
97
         //HM修改 清空内容时候触发组件input

+ 1 - 1
main.js

@@ -12,7 +12,7 @@ import {
12
 Vue.prototype.$request = request
12
 Vue.prototype.$request = request
13
 
13
 
14
 Vue.config.productionTip = false
14
 Vue.config.productionTip = false
15
-console.info('v1.0.7')
15
+console.info('v1.0.8')
16
 
16
 
17
 App.mpType = 'app'
17
 App.mpType = 'app'
18
 
18
 

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
2
     "name" : "医疗服务中心转运系统",
2
     "name" : "医疗服务中心转运系统",
3
     "appid" : "__UNI__FEB1B1E",
3
     "appid" : "__UNI__FEB1B1E",
4
     "description" : "医疗服务中心转运系统",
4
     "description" : "医疗服务中心转运系统",
5
-    "versionName" : "1.0.7",
6
-    "versionCode" : 107,
5
+    "versionName" : "1.0.8",
6
+    "versionCode" : 108,
7
     "transformPx" : false,
7
     "transformPx" : false,
8
     "app-plus" : {
8
     "app-plus" : {
9
         /* 5+App特有相关 */
9
         /* 5+App特有相关 */

+ 1 - 1
pages/patientBuild/patientBuild.vue

@@ -92,7 +92,7 @@
92
       switchChange(e) {
92
       switchChange(e) {
93
         this.isUrgent = e.detail.value;
93
         this.isUrgent = e.detail.value;
94
         this.urgentRemark = '';
94
         this.urgentRemark = '';
95
-        this.isYYBuild = !this.isUrgent;
95
+        // this.isYYBuild = !this.isUrgent;
96
         this.showBtns(!this.isUrgent);
96
         this.showBtns(!this.isUrgent);
97
       },
97
       },
98
       // 选择设备
98
       // 选择设备

+ 1 - 1
pages/search/search.vue

@@ -375,7 +375,7 @@
375
               @include flex($flexDirection: column);
375
               @include flex($flexDirection: column);
376
 
376
 
377
               .no_item {
377
               .no_item {
378
-                height: 50%;
378
+                flex: 1;
379
                 @include flex(space-between, center);
379
                 @include flex(space-between, center);
380
               }
380
               }
381
             }
381
             }