🎨 style: 修改兑换提示

This commit is contained in:
wangsongsole 2024-01-27 15:20:32 +08:00
parent e205d03665
commit 0f92d054fe
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@
<!-- 询问 -->
<div class="popboxshow" v-if="popboxshow&&popboxtype=='兑换'" :class="popboxshow?'active':''">
<div>
<p v-if="acctype=='tel'">{{goodInfo.product_type===1?`是否为账号${this.account}兑换${this.proname}会员?`:'是否确认兑换?'}}</p>
<p v-if="acctype=='text'">是否兑换{{this.proname}}会员?</p>
<p v-if="acctype=='tel'">{{goodInfo.product_type===1?`是否为账号${this.account}兑换${this.proname}权益?`:'是否确认兑换?'}}</p>
<p v-if="acctype=='text'">是否兑换{{this.proname}}权益?</p>
<span @click="surexchangeBtn">确认兑换</span>
</div>
</div>