修改购物车页面位置

This commit is contained in:
TOP糯米 2023-02-22 14:42:44 +08:00
parent 7ae078a502
commit 973f7eb4c1
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
}
},
{
"path": "pages/order/cart",
"path": "pages/service/cart",
"style": {
"navigationBarTitleText": "购物车"
}
@ -125,7 +125,7 @@
"text": "联保"
},
{
"pagePath": "pages/auth/auth",
"pagePath": "pages/order/order",
"iconPath": "static/temp/tabbar/4.png",
"selectedIconPath": "static/temp/tabbar/4a.png",
"text": "订单"

View File

@ -23,7 +23,7 @@
direction="all"
:x="position.x"
:y="position.y"
@click="$utils.toPage('/pages/order/cart')"
@click="$utils.toPage('/pages/service/cart')"
>
<view class="cart-icon">
<text class="iconfont icon-gouwuche"></text>

View File

@ -18,7 +18,7 @@
class="bottom-components"
:style="{ bottom: config.safeAreaInsets.bottom + 'px' }"
>
<view class="cart" @click="$utils.toPage('/pages/order/cart')">
<view class="cart" @click="$utils.toPage('/pages/service/cart')">
<view class="cart-icon">
<text class="iconfont icon-gouwuche"></text>
</view>