修改购物车页面位置
This commit is contained in:
parent
7ae078a502
commit
973f7eb4c1
|
@ -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": "订单"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue