Authored by huzhiming

feat(second): 详情按钮已售出、全新xx省xx回显、后端字段名不一致容错

... ... @@ -54,7 +54,7 @@
</div>
</LayoutScroll>
<div class="fixed-footer">
<cube-button v-if="info.status===1" class="active" @click="buy">购买 <span class="price">¥{{info.price}}</span></cube-button>
<cube-button v-if="info.status==1" class="active" @click="buy">购买 <span class="price">¥{{info.price}}</span></cube-button>
<cube-button v-else class="disable">商品已售出</cube-button>
</div>
</LayoutApp>
... ...