配色和二维码滚动修复
style: 统一界面视觉风格与配色方 在遮罩层和内容区都加上 catchtouchmove 阻止触摸穿透滚动:
This commit is contained in:
@@ -45,12 +45,11 @@
|
||||
<!-- 最新预约摘要 -->
|
||||
<view class="latest-card" wx:if="{{latestRecord}}">
|
||||
<view class="latest-header">
|
||||
<view style="display: flex; align-items: center;">
|
||||
<text style="margin-right: 10px;" class="latest-title"> 最新预约</text>
|
||||
<view class="latest-header-left">
|
||||
<text class="latest-title">最新预约</text>
|
||||
<view wx:if="{{latestRecord.status === 'approved'}}" class="qrcode-btn" catchtap="showQrcode" data-id="{{latestRecord._id}}">出示凭证</view>
|
||||
</view>
|
||||
<view class="latest-header-right">
|
||||
|
||||
<view class="status-tag status-{{latestRecord.status}}">{{latestRecord.statusText}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user