Commit f57802ea authored by beisir's avatar beisir

feat:我的拼团去支付增加条件

parent 4941ee96
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<div class="Ol__foot-text">{{ cardInfoMation[item.openGroupStatus].footTxt }}</div> <div class="Ol__foot-text">{{ cardInfoMation[item.openGroupStatus].footTxt }}</div>
<div class="Ol__foot-btns"> <div class="Ol__foot-btns">
<cr-button <cr-button
v-if="item.showInvite" v-if="item.showInvite && item.payStatus === '1'"
size="small" size="small"
plain plain
type="primary" type="primary"
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</cr-button> </cr-button>
<!-- 支付中按钮跳转支付页面 --> <!-- 支付中按钮跳转支付页面 -->
<cr-button <cr-button
v-if="item.openGroupStatus === 0" v-if="item.openGroupStatus === 0 && item.payStatus === '0'"
size="small" size="small"
plain plain
type="primary" type="primary"
......
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