Browse Source

feat: popup 在Taro中遮罩层滑动问题解决 (#1338)

* feat: popup 在 Taro 中遮罩层底部滑动(#1282)
yangxiaolu1993 3 years ago
parent
commit
6239f74f7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/popup/index.taro.vue

+ 1 - 1
src/packages/__VUE/popup/index.taro.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <view>
+  <view :catch-move="lockScroll">
     <nut-overlay
     <nut-overlay
       v-if="overlay"
       v-if="overlay"
       :visible="visible"
       :visible="visible"