配色和二维码滚动修复

style: 统一界面视觉风格与配色方 在遮罩层和内容区都加上 catchtouchmove 阻止触摸穿透滚动:
This commit is contained in:
ws
2026-04-24 17:51:02 +08:00
parent 771cf41b46
commit c46ffcf567
9 changed files with 156 additions and 132 deletions
+3 -1
View File
@@ -26,6 +26,8 @@ Component({
onClose() {
this.setData({ visible: false, qrcodeId: '' })
}
},
noop() {}
}
})