Commit 2f83349e authored by Xuguangxing's avatar Xuguangxing

fix

parent e29d4c61
......@@ -17,7 +17,7 @@
<template v-if="groupInfo.groupBuyStatus != 2">
<!-- 拼团非成功状态 -->
<p v-if="groupInfo.groupBuyStatus == 3" class="desc">
{{ groupInfo.failedReason }}
{{ groupInfo.failedReason || statusTextMap[groupInfo.groupBuyStatus] }}
</p>
<p v-else class="desc">
{{ statusTextMap[groupInfo.groupBuyStatus] }}
......
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