This commit is contained in:
Mrx
2026-05-09 15:28:23 +08:00
parent e48a8ee4ed
commit a67094f90a
2 changed files with 37 additions and 26 deletions

View File

@@ -440,7 +440,8 @@
</div>
<!-- 支付组件 -->
<Payment v-model="showPayment" :data="featureData" :id="queryId" type="query" @close="showPayment = false" />
<Payment v-model="showPayment" :data="featureData" :id="queryId" type="query"
:hide-wechat="props.type === 'promotion'" @close="showPayment = false" />
<BindPhoneDialog @bind-success="handleBindSuccess" />
<LoginDialog @login-success="handleLoginSuccess" />