refactor: 重构二维码弹窗组件为命令式调用

This commit is contained in:
ws
2026-04-24 17:32:11 +08:00
parent 2cc7d75b08
commit 771cf41b46
5 changed files with 12 additions and 43 deletions
+1 -1
View File
@@ -83,5 +83,5 @@
</view>
<!-- 二维码弹窗 -->
<qrcode-modal visible="{{qrcodeVisible}}" qrcode-id="{{qrcodeId}}" bind:close="hideQrcode" />
<qrcode-modal id="qrcodeModal" />
</view>