🎈 per: 优化

This commit is contained in:
wangsongsole 2023-11-23 16:46:28 +08:00
parent c47937b13a
commit 55c2ee0d1f
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
<div class="item item-margin">
<p class="title">卡号:</p>
<p class="number">{{cardData.card_number||'卡密正在生成中,请稍后刷新再查看'}}</p>
<p class="copy" @click="copyFunction(cardData.card_number)">
<p class="copy" @click="copyFunction(cardData.card_number)" v-show="cardData.card_number">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/copyNumber.png"
alt="">
复制卡号
@ -48,7 +48,7 @@
<div class="item">
<p class="title">密码:</p>
<p class="number">{{cardData.card_password||'卡密正在生成中,请稍后刷新再查看'}}</p>
<p class="copy" @click="copyFunction(cardData.card_password)">
<p class="copy" @click="copyFunction(cardData.card_password)" v-show="cardData.card_password">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/copyNumber.png"
alt="">
复制密码
@ -59,7 +59,7 @@
<div class="item item-margin">
<p class="title">卡密:</p>
<p class="number">{{cardData.card_password||'卡密正在生成中,请稍后刷新再查看'}}</p>
<p class="copy" @click="copyFunction(cardData.card_password)">
<p class="copy" @click="copyFunction(cardData.card_password)" v-show="cardData.card_password">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/copyNumber.png"
alt="">
复制卡密