浏览代码

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

李林森 7 年之前
父节点
当前提交
bbfe466be1
共有 1 个文件被更改,包括 3 次插入0 次删除
  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(()=>{