🎨 style: 调整立减金文案展示

This commit is contained in:
wangsongsole 2024-04-23 15:29:58 +08:00
parent 223d92ab83
commit c80f85425d
2 changed files with 22 additions and 12 deletions

View File

@ -120,12 +120,17 @@
</ul>
</div>
<div class="content">
<template v-if="goodInfo.entity.notice">
<h3>使用须知</h3>
<p v-html="goodInfo.entity.notice" v-if="goodInfo.entity.notice"></p>
<p v-else>
<p v-html="goodInfo.entity.notice"></p>
</template>
<template v-else>
<h3>使用须知</h3>
<p>
1、在{{reduceInfo.channel==1?'支付宝H5':'微信APP内打开链接'}},点击【一键领取】完成领取{{reduceInfo.channel==1?'支付宝':'微信'}}立减金<br />
2、{{reduceInfo.channel==1?'支付宝':'微信'}}立减金一旦领取不可撤销、不可转让。注意不要将兑换券泄露给他人
</p>
</template>
</div>
<div class="content">
<h3>使用规则</h3>

View File

@ -126,12 +126,17 @@
</ul>
</div>
<div class="content">
<template v-if="goodInfo.entity.notice">
<h3>使用须知</h3>
<p v-html="goodInfo.entity.notice" v-if="goodInfo.entity.notice"></p>
<p v-else>
<p v-html="goodInfo.entity.notice"></p>
</template>
<template v-else>
<h3>使用须知</h3>
<p>
1、在{{reduceInfo.channel==1?'支付宝H5':'微信APP内打开链接'}},点击【一键领取】完成领取{{reduceInfo.channel==1?'支付宝':'微信'}}立减金<br />
2、{{reduceInfo.channel==1?'支付宝':'微信'}}立减金一旦领取不可撤销、不可转让。注意不要将兑换券泄露给他人
</p>
</template>
</div>
<div class="content">
<h3>使用规则</h3>