🦀️ fix: 修复bug
This commit is contained in:
parent
dc381a37d1
commit
b85dcfa184
|
@ -26,10 +26,14 @@
|
||||||
class="but" @click="toReceive">
|
class="but" @click="toReceive">
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p class="time">生效时间:{{goods.group_info.time_limit.effect_time.start_time}} ~
|
<p class="time">
|
||||||
{{goods.group_info.time_limit.effect_time.end_time}}</p>
|
生效时间:{{goods.group_info.time_limit.effect_time.start_time}} ~
|
||||||
<p class="time">领取时间:{{goods.group_info.time_limit.receive_time.start_time}} ~
|
{{goods.group_info.time_limit.effect_time.end_time}}
|
||||||
{{goods.group_info.time_limit.receive_time.end_time}}</p>
|
</p>
|
||||||
|
<p class="time" v-if="goods.group_info.time_limit.receive_time.start_time">
|
||||||
|
领取时间:{{goods.group_info.time_limit.receive_time.start_time}} ~
|
||||||
|
{{goods.group_info.time_limit.receive_time.end_time}}
|
||||||
|
</p>
|
||||||
<div class="explain">
|
<div class="explain">
|
||||||
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_title.png"
|
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_title.png"
|
||||||
alt="" class="title-img">
|
alt="" class="title-img">
|
||||||
|
|
Loading…
Reference in New Issue