Browse Source

Merge branch 'dev' of https://github.com/jdf2e/nutui into dev

李林森 7 years ago
parent
commit
bbfe466be1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/package/choose/src/choose.vue

+ 3 - 0
src/package/choose/src/choose.vue

@@ -141,6 +141,9 @@ export default {
     },
     methods: {
         maskClose() {
+            if(this.isLoading){
+                return;
+            }
             this.areaShow = false;
             clearTimeout(this.timer);
             this.timer = setTimeout(()=>{