...
|
...
|
@@ -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>
|
...
|
...
|
|