fallback: 回退

This commit is contained in:
wangsongsole 2024-04-23 16:53:51 +08:00
parent 7be3552d72
commit 7d6ace789d
2 changed files with 12 additions and 23 deletions

View File

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

View File

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