再次封装Msg组件,扫码功能增加中转页面

This commit is contained in:
liub
2026-02-05 10:15:11 +08:00
parent 274c037eea
commit 7cbdc00ae0
13 changed files with 813 additions and 57 deletions

View File

@ -48,7 +48,7 @@
<view
class="popup-button-cancel"
v-if="showCancel"
:style="{display:showCancel?'block':'none'}"
@click="handleCancelClick"
>{{ buttonCancelText?buttonCancelText:'取消' }}</view>