🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-02-04 15:50:44 +08:00
parent 152dcafbd0
commit d7e25d4d62
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<div v-html="describe.content" class="goodsTip" v-show="describe.type==3&&describe.content"></div>
</div>
<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=""
@click="()=>{location.href='./order.html'}">
<p>订单</p>