删除店铺显示

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

@@ -9,7 +9,6 @@
<u-empty text="暂无历史记录" style="margin-top:200rpx;" mode="history" v-if="whetherEmpty"></u-empty>
<div v-else>
<view v-for="(item, index) in trackList" :key="index">
<view class="myTracks-title" @click="navigateToStore(item)">{{item.storeName}}</view>
<view class="myTracks-items">
<u-swipe-action style="width: 100%;" :show="item.show" :index="index" :key="item.id"