Commit b89f44ef authored by Xuguangxing's avatar Xuguangxing

fix

parent c7c934ed
......@@ -8,9 +8,19 @@
<countDown v-if="!!timestemp" :block-no-bg="true" :end-time="timestemp" />
</template>
<template v-else>
<p class="desc">
{{ statusTextMap[groupInfo.groupBuyStatus] }}
</p>
<template v-if="groupInfo.groupBuyStatus != 2">
<p class="desc">
{{ statusTextMap[groupInfo.groupBuyStatus] }}
</p>
</template>
<template v-else>
<p v-if="groupInfo.joinGroup" class="desc">
{{ statusTextMap[groupInfo.groupBuyStatus] }}
</p>
<p v-else class="desc">
{{ statusTextMap[groupInfo.groupBuyStatus] }}
</p>
</template>
</template>
</div>
<div class="gourp-rules">
......
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