This commit is contained in:
aihe 2023-12-13 10:27:58 +08:00
parent b38afd7f32
commit 5bf5a5fd0a
5 changed files with 105 additions and 100 deletions

View File

@ -47,8 +47,6 @@
{
"path": "pages/address/list",
"style": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#B12D29",
"navigationBarTitleText": "地址管理"
}
},
@ -73,8 +71,6 @@
{
"path": "pages/service/list",
"style": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#B12D29",
"navigationBarTitleText": "网点查询"
}
},
@ -99,8 +95,6 @@
{
"path": "pages/bill/list",
"style": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#B12D29",
"navigationBarTitleText": "我的账单"
}
},

View File

@ -1,6 +1,6 @@
<template>
<tpx-layout>
<template v-slot:header> </template>
<template v-slot:body>
<scroll-view :scroll-y="true" @scrolltolower="onScrollBottom()" class="pos-abt-all"
>
@ -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" mode="info"
<tpx-tabs :list="tabList" v-model:value="searchParam.tabType"
@tabchange="(val)=> { handleSearchParamChange() }" v-slot="curTab"
>
<text slot>
@ -72,7 +72,14 @@
<view class="blcok-white-noradius">
<u-button @click="handleEditItem()" type="primary" size="large" shape="circle"
custom-style="height:80rpx;font-size: 30rpx;"
>新增地址</u-button>
>
<u-row>
<u-icon size="34" color="#fff" name="plus"></u-icon>
<text class="pl-10">新增地址</text>
<u-icon size="34" color="#fff" ></u-icon>
</u-row>
</u-button>
</view>
</template>
</tpx-layout>
@ -195,8 +202,7 @@
.pgb-header {
// padding-top: --status-bar-height;
padding-top: 30rpx;
// background-color: #FFF;
background-color:#B12D29;
background-color: #FFF;
position: relative;
}
.pgb-cont{

View File

@ -37,21 +37,27 @@
</view>
<view class="dt-item mt-30">
<view class="lb1">支付给</view>
<view class="lb1">收款账户</view>
<view class="lb2">
<view class="zhfxin">
<!-- <u-avatar size="100"></u-avatar> -->
<u-text :text="'江苏探路者国际物流有限公司'" size="28" :bold="true" align="center"></u-text>
<u-row >
<u-avatar size="80" shape="square"></u-avatar>
<view class="pl-10">
<u-text :text="'江苏探路者国际物流有限公司'" size="28" :bold="true" ></u-text>
<u-text :text="'介绍'" size="26" color="#666" margin="10rpx 0 0 0"></u-text>
</view>
</u-row>
</view>
</view>
<view class="dt-item mt-30">
<view class="lb1">支付金额</view>
<view class="zhfxin">
<u-image height="300" width="300"></u-image>
<view class=""></view>
<u-text margin="20rpx 0 0 0" :text="'¥1225.00'" size="32" :bold="true" color="#B12D29" align="center"></u-text>
<u-text margin="20rpx 0 0 0" :text="'请使用微信或支付宝扫以上码支付'" size="28" :bold="true" align="center"></u-text>
<view style="text-align: center;width: 300rpx;">
<u-image height="300" width="300" radius="10"></u-image>
<view class="mt-10" style="display: inline-block;">
<u-text :text="'¥1225.00'" size="32" :bold="true" color="#B12D29" align="center"></u-text>
</view>
</view>
<u-text margin="20rpx 0 0 0" :text="'请使用微信或支付宝扫以上码支付'" size="28" :bold="true"></u-text>
</view>
</view>
@ -159,9 +165,6 @@
}
}
.zhfxin{
display: flex;
flex-direction: column;
align-items: center;
}
.yditem{
padding: 20rpx 20rpx;

View File

@ -1,19 +1,17 @@
<template>
<tpx-layout>
<template v-slot:body>
<scroll-view :scroll-y="true" @scrolltolower="onScrollBottom()" class="pos-abt-all"
>
<template v-slot:header>
<view class="customer_nav_bar">
<view class="com-jianju" >
<!-- 关键字搜索框 -->
<tpx-search placeholder="请输入运单号/订单号" v-model:value="searchParam.keyword" @change="handleSearchParamChange()" bgColor="#FFF" :timelyTrigger="false"></tpx-search>
</view>
<view class="com-jianju" style="padding-top: 40rpx;">
<view class="com-jianju" style="padding-top: 30rpx;">
<u-row justify="between" align="top">
<u-col span="9">
<!-- 订单状态 -->
<tpx-tabs :list="payStatusList" v-model:value="searchParam.payStatus" mode="info"
<tpx-tabs :list="payStatusList" v-model:value="searchParam.payStatus"
@tabchange="(val)=> { handleSearchParamChange() }" v-slot="curOrdTab"
>
<text slot>
@ -71,7 +69,11 @@
</view>
</view>
</view>
</template>
<template v-slot:body>
<scroll-view :scroll-y="true" @scrolltolower="onScrollBottom()" class="pos-abt-all"
>
<view class="pgb-cont">
<!-- 列表数据 -->
<view v-for="(orItem) in dataList" class="ord-list-item" >
@ -278,9 +280,7 @@
}
.customer_nav_bar {
padding-top: 30rpx;
// background-color: #FFF;
background-color: #B12D29;
;
background-color: #FFF;
position: relative;
}
</style>

View File

@ -1,14 +1,17 @@
<template>
<tpx-layout>
<template v-slot:body>
<scroll-view :scroll-y="true" @scrolltolower="onScrollBottom()" class="pos-abt-all"
>
<template v-slot:header>
<view class="pgb-header">
<view class="com-jianju">
<!-- 关键字搜索框 -->
<tpx-search placeholder="选择省市区" v-model:value="searchParam.keyword" @change="handleSearchParamChange()" ></tpx-search>
</view>
</view>
</template>
<template v-slot:body>
<scroll-view :scroll-y="true" @scrolltolower="onScrollBottom()" class="pos-abt-all"
>
<view class="pgb-cont">
<!-- 列表数据 -->
<!-- -->
@ -126,8 +129,7 @@
// padding-top: --status-bar-height;
padding-top: 30rpx;
padding-bottom: 30rpx;
// background-color: #FFF;
background-color:#B12D29;
background-color: #FFF;
position: relative;
}
.pgb-cont{