浏览代码

fix: address 组件快速点击,popup层无法展开

yangxiaolu3 5 年之前
父节点
当前提交
08a7ade37e
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/packages/address/address.vue

+ 0 - 4
src/packages/address/address.vue

@@ -311,10 +311,6 @@ export default {
         this.$emit('closeMask', { closeWay: this.closeWay });
         this.$emit('close-mask', { closeWay: this.closeWay });
       }
-
-      setTimeout(() => {
-        that.showModule = 'type';
-      }, 500);
     },
     // 手动关闭 点击叉号(cross),或者蒙层(mask)
     handClose(type = 'self') {