Commit 757024fc03542e25198cf1574d8139e0a6b4f4fd
1 parent
b04c01b4
解决qr_code组件滑动变形问题
Showing
1 changed file
with
1 additions
and
1 deletions
components/qr_code/qr_code.wxml
1 | 1 | ||
2 | -<view class="xc-pop-up" wx:if="{{q_show}}"> | 2 | +<view class="xc-pop-up" wx:if="{{q_show}}" catchtouchmove='true'> |
3 | <!-- <scroll-view scroll-y="false" style=" height: 100%;"> --> | 3 | <!-- <scroll-view scroll-y="false" style=" height: 100%;"> --> |
4 | <view class="xc-obscuration" bindtap='close' catchtouchmove="ture"></view> | 4 | <view class="xc-obscuration" bindtap='close' catchtouchmove="ture"></view> |
5 | <view> | 5 | <view> |