Commit 98c596a1 authored by Xuguangxing's avatar Xuguangxing

fix

parent 3246a82a
...@@ -2,10 +2,15 @@ ...@@ -2,10 +2,15 @@
<div class="group-info-desc"> <div class="group-info-desc">
<div class="desc-item"> <div class="desc-item">
<template v-if="groupInfo.groupBuyStatus == 1"> <template v-if="groupInfo.groupBuyStatus == 1">
<p class="desc"> <template v-if="!groupInfo.joinGroup && !groupInfo.canJoinGroupBuyAgain">
还差<span>{{ groupInfo.groupBuyNeedUserCount }}</span>成团,距结束还剩 拼团失败!
</p> </template>
<countDown v-if="!!timestemp" :block-no-bg="true" :end-time="timestemp" /> <template v-else>
<p class="desc">
还差<span>{{ groupInfo.groupBuyNeedUserCount }}</span>成团,距结束还剩
</p>
<countDown v-if="!!timestemp" :block-no-bg="true" :end-time="timestemp" />
</template>
</template> </template>
<template v-else> <template v-else>
<template v-if="groupInfo.groupBuyStatus != 2"> <template v-if="groupInfo.groupBuyStatus != 2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment