feat: 新增店铺入驻功能,买家端可直接申请店铺入驻

This commit is contained in:
Yer
2023-07-18 17:14:53 +08:00
16 changed files with 1254 additions and 32 deletions

View File

@@ -5,7 +5,7 @@
</u-navbar>
<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 v-if="item" v-for="(item, index) in trackList" :key="index">
<view class="myTracks-title" @click="navigateToStore(item)" v-if="item.storeName">{{item.storeName}}</view>
<view class="myTracks-items">