Commit a8f93c0e authored by beisir's avatar beisir

Merge branch 'feat/group-buy' of git.quantgroup.cn:ui/group-buy-ui into feat/group-buy

parents 75c7a749 92af23ac
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="goods-bottom"> <div class="goods-bottom">
<template v-if="status == 1"> <template v-if="status == 1">
<template v-if="groupId"> <template v-if="groupId">
<template v-if="info.groupBuyInfo.groupStatus == 2 || info.groupBuyInfo.groupStatus == 3"> <template v-if="info.groupBuyStatus == 2 || info.groupBuyStatus == 3">
<cr-button <cr-button
shape="circle" shape="circle"
:disabled="disabled" :disabled="disabled"
......
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