浏览代码

修改BUG

seimin 2 年之前
父节点
当前提交
da42b88ea6
共有 5 个文件被更改,包括 8 次插入7 次删除
  1. 3 2
      components/seiminSearch/seiminSearch.vue
  2. 1 1
      main.js
  3. 2 2
      manifest.json
  4. 1 1
      pages/patientBuild/patientBuild.vue
  5. 1 1
      pages/search/search.vue

+ 3 - 2
components/seiminSearch/seiminSearch.vue

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

+ 1 - 1
main.js

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

+ 2 - 2
manifest.json

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

+ 1 - 1
pages/patientBuild/patientBuild.vue

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

+ 1 - 1
pages/search/search.vue

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