配色和二维码滚动修复
style: 统一界面视觉风格与配色方 在遮罩层和内容区都加上 catchtouchmove 阻止触摸穿透滚动:
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<view class="qrcode-modal" wx:if="{{visible}}" bindtap="onClose">
|
||||
<view class="qrcode-container" catchtap>
|
||||
<view class="qrcode-modal" wx:if="{{visible}}" bindtap="onClose" catchtouchmove="noop">
|
||||
<view class="qrcode-container" catchtap catchtouchmove="noop">
|
||||
<view class="qrcode-title">预约凭证</view>
|
||||
<view class="qrcode-canvas-wrap">
|
||||
<canvas canvas-id="qrcodeCanvas" class="qrcode-canvas"></canvas>
|
||||
|
||||
Reference in New Issue
Block a user