Commit 757024fc03542e25198cf1574d8139e0a6b4f4fd

Authored by iceling
1 parent b04c01b4

解决qr_code组件滑动变形问题

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 3 <!-- <scroll-view scroll-y="false" style=" height: 100%;"> -->
4 4 <view class="xc-obscuration" bindtap='close' catchtouchmove="ture"></view>
5 5 <view>
... ...