🦀️ fix: 修复bug
This commit is contained in:
parent
152dcafbd0
commit
d7e25d4d62
|
@ -73,7 +73,7 @@
|
||||||
<div v-html="describe.content" class="goodsTip" v-show="describe.type==3&&describe.content"></div>
|
<div v-html="describe.content" class="goodsTip" v-show="describe.type==3&&describe.content"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="e-btn-box">
|
<div class="e-btn-box">
|
||||||
<div class="order-box" v-if="!backAble&&goodsDetail.restrict>1">
|
<div class="order-box" v-if="!backAble">
|
||||||
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/toOrder.png" alt=""
|
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/toOrder.png" alt=""
|
||||||
@click="()=>{location.href='./order.html'}">
|
@click="()=>{location.href='./order.html'}">
|
||||||
<p>订单</p>
|
<p>订单</p>
|
||||||
|
|
Loading…
Reference in New Issue