提交 2eff6b61 authored 作者: pengxiaohui's avatar pengxiaohui

只有在售商品可以购买

上级 0c8e006e
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</template> </template>
</van-cell> </van-cell>
</div> </div>
<div class="bottom-bar"> <div class="bottom-bar" v-if="details.sales_type === '3'">
<van-button type="primary" round block color="#C01540" size="small" @click="handleBuy">{{details.buy_button_text || '立即购买'}}</van-button> <van-button type="primary" round block color="#C01540" size="small" @click="handleBuy">{{details.buy_button_text || '立即购买'}}</van-button>
</div> </div>
<buy-popup v-model="popupVisiable" :options="popupOptions" @placeOrder="handlePlaceOrder"/> <buy-popup v-model="popupVisiable" :options="popupOptions" @placeOrder="handlePlaceOrder"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论