Browse Source

fix: 地址组件多余props删除 (#1969)

* fix: 地址icon修改

* fix: 组件icon问题修改

* fix: 地址组件修改

* fix: 地址删除props

Co-authored-by: yangxiaolu3 <yangxiaolu3@jd.com>
yangxiaolu1993 3 years ago
parent
commit
89f6e25ccd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/packages/__VUE/address/index.taro.vue

+ 0 - 2
src/packages/__VUE/address/index.taro.vue

@@ -315,8 +315,6 @@ export default create({
 
 
     // 手动关闭 点击叉号(cross),或者蒙层(mask)
     // 手动关闭 点击叉号(cross),或者蒙层(mask)
     const handClose = (type = 'self') => {
     const handClose = (type = 'self') => {
-      if (!props.closeBtnIcon) return;
-
       closeWay.value = type == 'cross' ? 'cross' : 'self';
       closeWay.value = type == 'cross' ? 'cross' : 'self';
 
 
       showPopup.value = false;
       showPopup.value = false;