uu
This commit is contained in:
parent
1d6a520a98
commit
b38afd7f32
@ -47,6 +47,8 @@
|
||||
{
|
||||
"path": "pages/address/list",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#B12D29",
|
||||
"navigationBarTitleText": "地址管理"
|
||||
}
|
||||
},
|
||||
@ -71,6 +73,8 @@
|
||||
{
|
||||
"path": "pages/service/list",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#B12D29",
|
||||
"navigationBarTitleText": "网点查询"
|
||||
}
|
||||
},
|
||||
@ -95,6 +99,8 @@
|
||||
{
|
||||
"path": "pages/bill/list",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#B12D29",
|
||||
"navigationBarTitleText": "我的账单"
|
||||
}
|
||||
},
|
||||
@ -130,7 +136,7 @@
|
||||
}],
|
||||
"globalStyle": {
|
||||
"pageOrientation": "portrait",
|
||||
"navigationBarTitleText": "Hello uniapp",
|
||||
"navigationBarTitleText": "探路物流",
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"backgroundColor": "#fff",
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<view class="com-jianju" style="padding-top: 40rpx;">
|
||||
<u-row justify="between" align="top">
|
||||
<u-col span="12">
|
||||
<tpx-tabs :list="tabList" v-model:value="searchParam.tabType"
|
||||
<tpx-tabs :list="tabList" v-model:value="searchParam.tabType" mode="info"
|
||||
@tabchange="(val)=> { handleSearchParamChange() }" v-slot="curTab"
|
||||
>
|
||||
<text slot>
|
||||
@ -195,7 +195,8 @@
|
||||
.pgb-header {
|
||||
// padding-top: --status-bar-height;
|
||||
padding-top: 30rpx;
|
||||
background-color: #FFF;
|
||||
// background-color: #FFF;
|
||||
background-color:#B12D29;
|
||||
position: relative;
|
||||
}
|
||||
.pgb-cont{
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
<u-text :text="'运单号'" size="28" color="#999"></u-text>
|
||||
</view>
|
||||
<view>
|
||||
<u-text :text="'T81823778123'" size="30" :bold="true" align="right"></u-text>
|
||||
<u-text :text="'T81823778123'" size="28" :bold="true" align="right"></u-text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="ydi-lab mt-10">
|
||||
@ -74,7 +74,7 @@
|
||||
<u-text :text="'应付金额'" size="28" color="#999"></u-text>
|
||||
</view>
|
||||
<view>
|
||||
<u-text :text="'¥30.00'" size="32" :bold="true" color="#B12D29" align="right"></u-text>
|
||||
<u-text :text="'¥30.00'" size="28" :bold="true" color="#B12D29" align="right"></u-text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -134,6 +134,7 @@
|
||||
</style>
|
||||
<style scoped lang="scss">
|
||||
.dt-head {
|
||||
margin-top: 30rpx;
|
||||
padding: 30rpx;
|
||||
background-color: #FFF;
|
||||
position: relative;
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<u-row justify="between" align="top">
|
||||
<u-col span="9">
|
||||
<!-- 订单状态 -->
|
||||
<tpx-tabs :list="payStatusList" v-model:value="searchParam.payStatus"
|
||||
<tpx-tabs :list="payStatusList" v-model:value="searchParam.payStatus" mode="info"
|
||||
@tabchange="(val)=> { handleSearchParamChange() }" v-slot="curOrdTab"
|
||||
>
|
||||
<text slot>
|
||||
@ -170,7 +170,7 @@
|
||||
},
|
||||
dataList: [
|
||||
{}
|
||||
// ,{},{},{},{},{},{},{}
|
||||
,{},{},{},{},{},{},{}
|
||||
],
|
||||
showLoadMore: false,
|
||||
loadedAll: false
|
||||
@ -278,7 +278,9 @@
|
||||
}
|
||||
.customer_nav_bar {
|
||||
padding-top: 30rpx;
|
||||
background-color: #FFF;
|
||||
// background-color: #FFF;
|
||||
background-color: #B12D29;
|
||||
;
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -126,7 +126,8 @@
|
||||
// padding-top: --status-bar-height;
|
||||
padding-top: 30rpx;
|
||||
padding-bottom: 30rpx;
|
||||
background-color: #FFF;
|
||||
// background-color: #FFF;
|
||||
background-color:#B12D29;
|
||||
position: relative;
|
||||
}
|
||||
.pgb-cont{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user