修改购物车页面位置
This commit is contained in:
parent
7ae078a502
commit
973f7eb4c1
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/order/cart",
|
"path": "pages/service/cart",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "购物车"
|
"navigationBarTitleText": "购物车"
|
||||||
}
|
}
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
"text": "联保"
|
"text": "联保"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/auth/auth",
|
"pagePath": "pages/order/order",
|
||||||
"iconPath": "static/temp/tabbar/4.png",
|
"iconPath": "static/temp/tabbar/4.png",
|
||||||
"selectedIconPath": "static/temp/tabbar/4a.png",
|
"selectedIconPath": "static/temp/tabbar/4a.png",
|
||||||
"text": "订单"
|
"text": "订单"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
direction="all"
|
direction="all"
|
||||||
:x="position.x"
|
:x="position.x"
|
||||||
:y="position.y"
|
:y="position.y"
|
||||||
@click="$utils.toPage('/pages/order/cart')"
|
@click="$utils.toPage('/pages/service/cart')"
|
||||||
>
|
>
|
||||||
<view class="cart-icon">
|
<view class="cart-icon">
|
||||||
<text class="iconfont icon-gouwuche"></text>
|
<text class="iconfont icon-gouwuche"></text>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
class="bottom-components"
|
class="bottom-components"
|
||||||
:style="{ bottom: config.safeAreaInsets.bottom + 'px' }"
|
: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">
|
<view class="cart-icon">
|
||||||
<text class="iconfont icon-gouwuche"></text>
|
<text class="iconfont icon-gouwuche"></text>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue