Commit 98c596a1 authored by Xuguangxing's avatar Xuguangxing

fix

parent 3246a82a
...@@ -2,11 +2,16 @@ ...@@ -2,11 +2,16 @@
<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">
<template v-if="!groupInfo.joinGroup && !groupInfo.canJoinGroupBuyAgain">
拼团失败!
</template>
<template v-else>
<p class="desc"> <p class="desc">
还差<span>{{ groupInfo.groupBuyNeedUserCount }}</span>成团,距结束还剩 还差<span>{{ groupInfo.groupBuyNeedUserCount }}</span>成团,距结束还剩
</p> </p>
<countDown v-if="!!timestemp" :block-no-bg="true" :end-time="timestemp" /> <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">
<p class="desc"> <p class="desc">
......
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