结缘清单

This commit is contained in:
18631081161 2025-10-12 16:00:56 +08:00
parent c041dc32ef
commit bc89b471ed
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
"path": "pages/index/cart/cart", "path": "pages/index/cart/cart",
"style": { "style": {
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarTitleText": "购物车" "navigationBarTitleText": "结缘清单"
} }
}, },
{ {
@ -784,7 +784,7 @@
}, },
{ {
"pagePath": "pages/index/cart/cart", "pagePath": "pages/index/cart/cart",
"text": "购物车", "text": "结缘清单",
"iconPath": "static/images/indexMenus/index03.png", "iconPath": "static/images/indexMenus/index03.png",
"selectedIconPath": "static/images/indexMenus/index03_1.png" "selectedIconPath": "static/images/indexMenus/index03_1.png"
}, },

View File

@ -1,4 +1,4 @@
<template> <template>
<view class="wrap"> <view class="wrap">
<u-toast ref="uToast" /><u-no-network></u-no-network> <u-toast ref="uToast" /><u-no-network></u-no-network>
<u-navbar :is-back="false" :background="background"> <u-navbar :is-back="false" :background="background">
@ -9,7 +9,7 @@
<!-- 购物车为空 --> <!-- 购物车为空 -->
<view v-if="!shoppingCard.list || shoppingCard.list.length < 1"> <view v-if="!shoppingCard.list || shoppingCard.list.length < 1">
<view class="coreshop-emptybox"> <view class="coreshop-emptybox">
<u-empty :src="$globalConstVars.apiFilesUrl+'/static/images/empty/cart.png'" icon-size="300" text="您的购物车空空如也" mode="list"></u-empty> <u-empty :src="$globalConstVars.apiFilesUrl+'/static/images/empty/cart.png'" icon-size="300" text="您的结缘清单空空如也" mode="list"></u-empty>
<navigator class="coreshop-btn" url="/pages/category/index/index" open-type="switchTab">随便逛逛</navigator> <navigator class="coreshop-btn" url="/pages/category/index/index" open-type="switchTab">随便逛逛</navigator>
</view> </view>
</view> </view>