删除店铺显示

This commit is contained in:
RyanRan
2024-10-05 22:47:11 +08:00
parent d166d5943c
commit 78f81a8407
21 changed files with 12 additions and 178 deletions

View File

@@ -39,10 +39,7 @@
v-for="(order, oderIndex) in tabItem.orderList"
>
<!-- 店铺名称 -->
<view class="seller-info u-flex u-row-between">
<view class="seller-name wes" @click="navigateToStore(order)">
<view class="name wes">{{ order.storeName }}</view>
</view>
<view class="seller-info u-flex u-row-left ">
<view class="order-sn">{{
order.orderStatus | orderStatusList
}}</view>
@@ -701,7 +698,7 @@ page,
}
.order-sn {
flex:2;
width:120rpx;
text-align: center;
color: $aider-light-color;