Browse Source

修改优化问题

shenjj 7 years ago
parent
commit
5cc6ebb415

+ 1 - 0
pages/mobile/applyPurchase/list/businessOpportunity.vue

@@ -112,6 +112,7 @@
       searchSeek: function () {
         this.page = 1
         this.isChange = true
+        this.blur()
         this.reloadData()
       }
     }

+ 1 - 0
pages/mobile/applyPurchase/list/index.vue

@@ -107,6 +107,7 @@
       searchSeek: function () {
         this.page = 1
         this.isChange = true
+        this.blur()
         this.reloadData()
       }
     }