refactor: 移除产品列表和机柜页面的注释代码
This commit is contained in:
parent
3130c26298
commit
87574aebf6
|
@ -16,14 +16,6 @@
|
|||
库存: {{ locker.stock }}
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div v-else class="status-overlay">
|
||||
<svg width="80" height="80" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="5" y="5" width="90" height="90" rx="10" fill="#E8F5E9" stroke="#81C784"
|
||||
stroke-width="2" />
|
||||
<text x="50" y="60" font-family="Arial, sans-serif" font-size="24" font-weight="bold"
|
||||
fill="#2E7D32" text-anchor="middle">空闲</text>
|
||||
</svg>
|
||||
</div> -->
|
||||
</template>
|
||||
<div class="product-info">
|
||||
<div class="goods-info">
|
||||
|
|
|
@ -218,14 +218,6 @@ async function handleAb98Bind() {
|
|||
<van-cell title="请选择机柜地址:" center />
|
||||
</div>
|
||||
<van-row :gutter="[10, 10]" class="shop-row" justify="start">
|
||||
<!-- <van-col span="12" class="shop-col">
|
||||
<div class="shop-item" @click="handleShopSelect(0)">
|
||||
<div class="shop-info">
|
||||
<van-icon name="home-o" size="20" class="shop-icon" />
|
||||
<div class="shop-name van-ellipsis">全部</div>
|
||||
</div>
|
||||
</div>
|
||||
</van-col> -->
|
||||
<van-col v-for="shop in shopList" :key="shop.shopId" span="12" class="shop-col">
|
||||
<div class="shop-item" @click="handleShopSelect(shop.shopId)">
|
||||
<div class="shop-info">
|
||||
|
|
Loading…
Reference in New Issue