结缘清单
This commit is contained in:
parent
c041dc32ef
commit
bc89b471ed
|
|
@ -34,7 +34,7 @@
|
|||
"path": "pages/index/cart/cart",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "购物车"
|
||||
"navigationBarTitleText": "结缘清单"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -784,7 +784,7 @@
|
|||
},
|
||||
{
|
||||
"pagePath": "pages/index/cart/cart",
|
||||
"text": "购物车",
|
||||
"text": "结缘清单",
|
||||
"iconPath": "static/images/indexMenus/index03.png",
|
||||
"selectedIconPath": "static/images/indexMenus/index03_1.png"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<template>
|
||||
<template>
|
||||
<view class="wrap">
|
||||
<u-toast ref="uToast" /><u-no-network></u-no-network>
|
||||
<u-navbar :is-back="false" :background="background">
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<!-- 购物车为空 -->
|
||||
<view v-if="!shoppingCard.list || shoppingCard.list.length < 1">
|
||||
<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>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user