fix:拼团按钮文案显示判断条件修改

This commit is contained in:
kele
2023-02-07 15:55:01 +08:00
parent e6f94af4d0
commit 6885d6de69
2 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -193,7 +193,7 @@
})
"
>
{{ state.orderInfo.status_code === 'groupon_invalid' ? '拼团详情' : '邀请拼团' }}
{{ state.orderInfo.status_code === 'groupon_ing' ? '邀请拼团' : '拼团详情' }}
</button>
<button
class="ss-reset-button cancel-btn"