This commit is contained in:
2023-06-09 17:59:05 +08:00
parent 59b15f321d
commit 47a057b35b
237 changed files with 669 additions and 216 deletions

View File

@@ -8,8 +8,8 @@ import store from '@/store'
// 基础配置 // 基础配置
const config = { const config = {
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', // 测试环境 // apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', // 测试环境
// apiUrl : 'https://douhuo.douhuofalv.com/api/', // 正式环境 apiUrl : 'https://douhuo.douhuofalv.com/api/', // 正式环境
timeout : 60000 timeout : 60000
} }

View File

@@ -244,6 +244,32 @@ const esignUrl = (data) =>{
}) })
} }
// 年费费-取消订单
const yearCancel = (order_id) =>{
return request({
url: "synthesis/services/order/" + order_id,
method: 'DELETE'
})
}
// 委托单-取消订单
const entrustCancel = (expand_id) =>{
return request({
url: "synthesis/entrust/order/" + expand_id,
method: 'DELETE'
})
}
// 拓展单-取消订单
const expandCancel = (order_id) =>{
return request({
url: "synthesis/expand/order/" + order_id,
method: 'DELETE'
})
}
export { export {
synthesisCount, synthesisCount,
synthList, synthList,
@@ -273,5 +299,8 @@ export {
diffPrices, diffPrices,
entrustPay, entrustPay,
cancelPrices, cancelPrices,
esignUrl esignUrl,
yearCancel,
entrustCancel,
expandCancel
} }

View File

@@ -1,6 +1,6 @@
<template> <template>
<view class="content vertical"> <view class="content vertical">
<image src="@/static/404/404.png" mode="widthFix"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/465d55d5233d5ad7422a889561ffdb52.png" mode="widthFix"></image>
<view class="text">出错了</view> <view class="text">出错了</view>
<view class="text">你访问的页面以离开了地球~</view> <view class="text">你访问的页面以离开了地球~</view>
<button type="default" size="mini" @click="$Router.replaceAll({name: 'Index'})">返回首页</button> <button type="default" size="mini" @click="$Router.replaceAll({name: 'Index'})">返回首页</button>

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<view class="point"> <view class="point">
<image class="point-img" src="/static/imgs/signsSuccess.jpg" mode="widthFix"></image> <image class="point-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/629f75e1f7d6b69478ace3b954e262c7.jpg" mode="widthFix"></image>
<view class="point-text"> <view class="point-text">
<view class="point-name"> <view class="point-name">
{{title}} {{title}}

View File

@@ -1,7 +1,7 @@
<template> <template>
<view> <view>
<view class="pack-center pages-hint grey" v-if="loading"> <view class="pack-center pages-hint grey" v-if="loading">
<image src="/static/imgs/loadingGif.gif" ></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/ce792f15541723fe847a2d2073de151d.gif"></image>
<view>疯狂加载中...</view> <view>疯狂加载中...</view>
</view> </view>

View File

@@ -26,7 +26,7 @@
</view> </view>
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无数据</view> <view>暂无数据</view>
</view> </view>
</view> </view>

View File

@@ -1,10 +1,10 @@
<template> <template>
<view class="content"> <view class="content">
<image class="code-img" src="@/static/imgs/code_back.jpg" mode="widthFix"></image> <image class="code-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/23bde2fc0d19babf775e8921caa3248b.jpg" mode="widthFix"></image>
<view class="code-btn"> <view class="code-btn">
<image class="code-btn-go" src="/static/imgs/code_btn.png" mode="widthFix" @click="$Router.push({name: 'Index'})"></image> <image class="code-btn-go" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/d7a1d276f6ff69e54d446820e8d774a4.png" mode="widthFix" @click="$Router.push({name: 'Index'})"></image>
</view> </view>
<image class="code-back" src="../../static/imgs/code_bottom.png" mode="widthFix"></image> <image class="code-back" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/217580df4568f32e960506b4403911d2.png" mode="widthFix"></image>
</view> </view>
</template> </template>

View File

@@ -6,7 +6,7 @@
<view class="topCont"> <view class="topCont">
<!-- logo --> <!-- logo -->
<view class="topCont-logo"> <view class="topCont-logo">
<image class="topCont-logo-img" src="@/static/imgs/logo_title.png" mode="widthFix"></image> <image class="topCont-logo-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/fbd7ddba29e4ac81467b3d218233bb02.png" mode="widthFix"></image>
<view class="topCont-logo-go" @click="seekClick"> <view class="topCont-logo-go" @click="seekClick">
立即咨询 立即咨询
</view> </view>
@@ -59,7 +59,7 @@
<view class="topCont-whole-tips"> <view class="topCont-whole-tips">
咨询服务 抖火法律 咨询服务 抖火法律
</view> </view>
<image class="topCont-whole-img" src="@/static/imgs/toolImg_00.png" mode="widthFix"></image> <image class="topCont-whole-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e698643f2ef38f225ce5d4ff5d39dfb3.png" mode="widthFix"></image>
</view> </view>
</view> </view>
<view class="topCont-tool-right"> <view class="topCont-tool-right">
@@ -182,7 +182,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/seek_back.jpg" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5051bbafbadf7fc24628e3a22acdab04.jpg" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
抱歉您还没有业务员 抱歉您还没有业务员

View File

@@ -6,7 +6,7 @@
<view class="topCont"> <view class="topCont">
<!-- logo --> <!-- logo -->
<view class="topCont-logo"> <view class="topCont-logo">
<image class="topCont-logo-img" src="@/static/imgs/logo_title.png" mode="widthFix"></image> <image class="topCont-logo-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/fbd7ddba29e4ac81467b3d218233bb02.png" mode="widthFix"></image>
<view class="topCont-logo-go" @click="seekClick"> <view class="topCont-logo-go" @click="seekClick">
立即咨询 立即咨询
</view> </view>
@@ -60,7 +60,7 @@
<view class="topCont-tool-tips"> <view class="topCont-tool-tips">
咨询服务 抖火法律 咨询服务 抖火法律
</view> </view>
<image class="topCont-tool-img" src="@/static/imgs/toolImg_01.png" mode="widthFix"></image> <image class="topCont-tool-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/fc344138e439b223cf48715aa687cc0b.png" mode="widthFix"></image>
</view> </view>
</view> </view>
<view class="topCont-tool-label redBlock" @click="$Router.push({name: 'EntrustBrief'})"> <view class="topCont-tool-label redBlock" @click="$Router.push({name: 'EntrustBrief'})">
@@ -71,7 +71,7 @@
<view class="topCont-tool-tips"> <view class="topCont-tool-tips">
咨询服务 抖火法律 咨询服务 抖火法律
</view> </view>
<image class="topCont-tool-img" src="@/static/imgs/toolImg_03.png" alt=""></image> <image class="topCont-tool-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e4d4dff88c6042c3dbc7f48cc64d022b.png" alt=""></image>
</view> </view>
</view> </view>
</view> </view>
@@ -84,7 +84,7 @@
<view class="topCont-tool-tips"> <view class="topCont-tool-tips">
咨询服务 抖火法律 咨询服务 抖火法律
</view> </view>
<image class="topCont-tool-img" src="@/static/imgs/toolImg_04.png" mode="widthFix"></image> <image class="topCont-tool-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/0393f129d8fea89eec279e6473b51b14.png" mode="widthFix"></image>
</view> </view>
</view> </view>
<view class="topCont-tool-label greenBlock" @click="$Router.push({name: 'ExpandBrief'})"> <view class="topCont-tool-label greenBlock" @click="$Router.push({name: 'ExpandBrief'})">
@@ -95,7 +95,7 @@
<view class="topCont-tool-tips"> <view class="topCont-tool-tips">
咨询服务 抖火法律 咨询服务 抖火法律
</view> </view>
<image class="topCont-tool-img" src="@/static/imgs/toolImg_02.png" alt=""></image> <image class="topCont-tool-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/38b5da41e958d797441adbabc6ea2769.png" alt=""></image>
</view> </view>
</view> </view>
</view> </view>
@@ -195,7 +195,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/seek_back.jpg" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5051bbafbadf7fc24628e3a22acdab04.jpg" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
抱歉您还没有业务员 抱歉您还没有业务员

View File

@@ -1,8 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<image @click="sheetClick" class="introduce-img" src="https://cdn.douhuofalv.com/images/2023/01/06/0754c34caabe9c5d316ced9f9b710335.jpg" mode="widthFix"></image> <image @click="sheetClick" class="introduce-img" src="https://cdn.douhuofalv.com/images/2023/01/06/0754c34caabe9c5d316ced9f9b710335.jpg" mode="widthFix"></image>
<!-- <img class="introduce-img" src="@/static/cs/1200.png"> <!-- <view class="introduce-number">
<view class="introduce-number">
你有新的预约单 你有新的预约单
<view class="number"> <view class="number">
3 3
@@ -17,7 +16,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
请您先关注抖火法律咨询公众号 请您先关注抖火法律咨询公众号
@@ -79,8 +78,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webview/webCode' url: 'https://web.douhuofalv.com/webview/webCode'
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<view class="lawyerBack"> <view class="lawyerBack">
<image src="/static/imgs/lawyerBack.png" mode="widthFix"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/fde441acb415f64ef59bf45ff800a302.png" mode="widthFix"></image>
</view> </view>
<view class="lawyerCont"> <view class="lawyerCont">

View File

@@ -6,8 +6,8 @@
<view class="lawyerBtn"> <view class="lawyerBtn">
<view class="lawyerBtn-name">您的心事我们</view> <view class="lawyerBtn-name">您的心事我们</view>
<!-- @click="$Router.push({name: 'indexSortpay', params:{id: lawyersData.lawyer_business_id, type:'business'}})" --> <!-- @click="$Router.push({name: 'indexSortpay', params:{id: lawyersData.lawyer_business_id, type:'business'}})" -->
<image class="lawyerBtn-img lawyerBtn-go" @click="sheetClick" src="../../static/imgs/consult_btn.png" mode="widthFix"></image> <image class="lawyerBtn-img lawyerBtn-go" @click="sheetClick" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e1323131217b0ca7e1ed2e89a55a0740.png" mode="widthFix"></image>
<image class="lawyerBtn-img lawyerBtn-see" src="../../static/imgs/consult_text.png" mode="widthFix"></image> <image class="lawyerBtn-img lawyerBtn-see" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e4f37a76780df657cda85c242bfd792c.png" mode="widthFix"></image>
</view> </view>
</view> </view>
@@ -16,7 +16,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
请您先关注抖火法律咨询公众号 请您先关注抖火法律咨询公众号
@@ -95,8 +95,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
// url: 'https://web.douhuofalv.com/webview/webCode' url: 'https://web.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<view class="point"> <view class="point">
<img class="point-img" src="@/static/imgs/payImg.png"> <img class="point-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4af6ad82d1e472ce1297feec0b7bebce.png">
<view class="point-text"> <view class="point-text">
<view class="point-name"> <view class="point-name">
支付成功 支付成功

View File

@@ -23,7 +23,7 @@
{{index == 0 ? '校验手机号' : '校验邀请码'}} {{index == 0 ? '校验手机号' : '校验邀请码'}}
</button> </button>
<view class="workUser" v-if="userData"> <view class="workUser" v-if="userData">
<image class="workUser-head" :src="userData.avatar ? userData.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image class="workUser-head" :src="userData.avatar ? userData.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
<view class="workUser-cont"> <view class="workUser-cont">
<view class="workUser-cont-name">{{userData.nickname}}</view> <view class="workUser-cont-name">{{userData.nickname}}</view>
<view class="workUser-cont-btn" @click="binding"> <view class="workUser-cont-btn" @click="binding">

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<img class="loginBack" src="@/static/imgs/login_back.png"> <img class="loginBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5682d339246af0f44b4984c849288aa5.png">
<img class="loginBottom" src="@/static/imgs/login_bottom.png"> <img class="loginBottom" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/caa46039d88517ee8ba22b6c32dd47a1.png">
<view class="title"> <view class="title">
<view class="title-name"> <view class="title-name">
找回密码 找回密码
@@ -63,7 +63,7 @@
<view class="modifyBack" v-if="modifyPop"></view> <view class="modifyBack" v-if="modifyPop"></view>
<view class="modifyCont" v-if="modifyPop"> <view class="modifyCont" v-if="modifyPop">
<view class="modifyWhite"> <view class="modifyWhite">
<image class="modifyWhite-img" src="@/static/imgs/modifySuccess.png" mode="aspectFill"></image> <image class="modifyWhite-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/48b7e3960b7ceb8617588152a7ad5fae.png" mode="aspectFill"></image>
<view class="modifyWhite-title"> <view class="modifyWhite-title">
修改成功 修改成功
</view> </view>

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<img class="loginBack" src="@/static/imgs/login_back.png"> <img class="loginBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5682d339246af0f44b4984c849288aa5.png">
<img class="loginBottom" src="@/static/imgs/login_bottom.png"> <img class="loginBottom" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/caa46039d88517ee8ba22b6c32dd47a1.png">
<view class="title"> <view class="title">
<view class="title-name"> <view class="title-name">
用户登录 用户登录

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<img class="loginBack" src="@/static/imgs/login_back.png"> <img class="loginBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5682d339246af0f44b4984c849288aa5.png">
<img class="loginBottom" src="@/static/imgs/login_bottom.png"> <img class="loginBottom" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/caa46039d88517ee8ba22b6c32dd47a1.png">
<view class="title"> <view class="title">
<view class="title-name"> <view class="title-name">
修改密码 修改密码
@@ -67,7 +67,7 @@
<view class="modifyBack" v-if="modifyPop"></view> <view class="modifyBack" v-if="modifyPop"></view>
<view class="modifyCont" v-if="modifyPop"> <view class="modifyCont" v-if="modifyPop">
<view class="modifyWhite"> <view class="modifyWhite">
<image class="modifyWhite-img" src="@/static/imgs/modifySuccess.png" mode="aspectFill"></image> <image class="modifyWhite-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/48b7e3960b7ceb8617588152a7ad5fae.png" mode="aspectFill"></image>
<view class="modifyWhite-title"> <view class="modifyWhite-title">
修改成功 修改成功
</view> </view>

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<img class="loginBack" src="@/static/imgs/login_back.png"> <img class="loginBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5682d339246af0f44b4984c849288aa5.png">
<img class="loginBottom" src="@/static/imgs/login_bottom.png"> <img class="loginBottom" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/caa46039d88517ee8ba22b6c32dd47a1.png">
<view class="title"> <view class="title">
<view class="title-name"> <view class="title-name">
立即注册 立即注册

View File

@@ -4,7 +4,7 @@
<view class="base"> <view class="base">
<view class="base-tab"> <view class="base-tab">
<view class="base-tab-item"> <view class="base-tab-item">
<image class="base-tab-img" src="/static/icon//bankIcon_01_active.png" mode="aspectFill"></image> <image class="base-tab-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/b1eda850ca6b6ad74695d92617e9cdb5.png" mode="aspectFill"></image>
<view class="base-tab-cont"> <view class="base-tab-cont">
<view class="base-tab-name"> <view class="base-tab-name">
银行信息 银行信息
@@ -20,7 +20,7 @@
<text></text> <text></text>
</view> </view>
<view class="base-tab-item"> <view class="base-tab-item">
<image class="base-tab-img" src="/static/icon/bankIcon_02.png" mode="aspectFill"></image> <image class="base-tab-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/79d462eea520cbef881afc2c79a5b0d4.png" mode="aspectFill"></image>
<view class="base-tab-cont"> <view class="base-tab-cont">
<view class="base-tab-name"> <view class="base-tab-name">
其他信息 其他信息

View File

@@ -4,7 +4,7 @@
<view class="base"> <view class="base">
<view class="base-tab"> <view class="base-tab">
<view class="base-tab-item"> <view class="base-tab-item">
<image class="base-tab-img" src="/static/icon//bankIcon_01_active.png" mode="aspectFill"></image> <image class="base-tab-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/b1eda850ca6b6ad74695d92617e9cdb5.png" mode="aspectFill"></image>
<view class="base-tab-cont"> <view class="base-tab-cont">
<view class="base-tab-name"> <view class="base-tab-name">
银行信息 银行信息
@@ -20,7 +20,7 @@
<text></text> <text></text>
</view> </view>
<view class="base-tab-item"> <view class="base-tab-item">
<image class="base-tab-img" src="/static/icon/bankIcon_02.png" mode="aspectFill"></image> <image class="base-tab-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/79d462eea520cbef881afc2c79a5b0d4.png" mode="aspectFill"></image>
<view class="base-tab-cont"> <view class="base-tab-cont">
<view class="base-tab-name"> <view class="base-tab-name">
其他信息 其他信息

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<view class="point"> <view class="point">
<image class="point-img" src="/static/imgs/authSuccess.png" mode="widthFix"></image> <image class="point-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/280935db4a8ee4c0b17ddcb37f489b0f.png" mode="widthFix"></image>
<view class="point-text"> <view class="point-text">
<view class="point-name"> <view class="point-name">
认证成功 认证成功
@@ -21,7 +21,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
请您先关注抖火法律咨询公众号 请您先关注抖火法律咨询公众号
@@ -78,8 +78,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webview/webCode', url: 'https://web.douhuofalv.com/webview/webCode',
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -3,8 +3,8 @@
<!-- 推荐 --> <!-- 推荐 -->
<view class="recommend"> <view class="recommend">
<view class="item"> <view class="item">
<image class="loanBack" src="@/static/imgs/loanBack.png" mode="widthFix"></image> <image class="loanBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/51623ceae56e55f7e4d8d4de578ff7b5.png" mode="widthFix"></image>
<image class="loanIcon" src="@/static/imgs/loanIcon.png" mode="widthFix"></image> <image class="loanIcon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/a57fc35cbdcac70c5f28ddf05eab455e.png" mode="widthFix"></image>
<view class="loanTips"> <view class="loanTips">
优选推荐 优选推荐
</view> </view>

View File

@@ -80,7 +80,7 @@
</block> </block>
<block v-else> <block v-else>
<view class="noContent"> <view class="noContent">
<image class="noContent-img" src="@/static/imgs/basic_tips.png" mode="widthFix"></image> <image class="noContent-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/010d64c0ddbfd5e02030502a39109e8f.png" mode="widthFix"></image>
<view class="noContent-name"> <view class="noContent-name">
什么都没有好无聊...... 什么都没有好无聊......
</view> </view>
@@ -112,7 +112,7 @@
</view> </view>
<scroll-view class="addType-list" scroll-x="true" show-scrollbar="false"> <scroll-view class="addType-list" scroll-x="true" show-scrollbar="false">
<view class="addType-item" :class="{active : workId == item.business_id}" @click="addClick(item.business_id)" v-for="(item, index) in workArr" :key="index"> <view class="addType-item" :class="{active : workId == item.business_id}" @click="addClick(item.business_id)" v-for="(item, index) in workArr" :key="index">
<image class="addType-img" :src="item.business_id == 1 ? '/static/imgs/addType_icon1.png' : '/static/imgs/addType_icon2.png'" mode="widthFix"></image> <image class="addType-img" :src="item.business_id == 1 ? 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/9a6ac5384b1c3003fe1c139b00c1335c.png' : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/78e39daf1b6ce98ada59aa7af16096da.png'" mode="widthFix"></image>
<view class="addType-name"> <view class="addType-name">
{{item.title}} {{item.title}}
</view> </view>

View File

@@ -126,7 +126,7 @@
</block> </block>
<block v-else> <block v-else>
<view class="noContent"> <view class="noContent">
<image class="noContent-img" src="@/static/imgs/basic_tips.png" mode="widthFix"></image> <image class="noContent-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/010d64c0ddbfd5e02030502a39109e8f.png" mode="widthFix"></image>
<view class="noContent-name"> <view class="noContent-name">
什么都没有好无聊...... 什么都没有好无聊......
</view> </view>

View File

@@ -1,6 +1,6 @@
<template> <template>
<view class="content"> <view class="content">
<img class="expressImg" src="@/static/imgs/express-img.png"> <img class="expressImg" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/627e96ce2cba7c08cf310f63c56a1375.png">
<view class="expressCont"> <view class="expressCont">
<view class="express-write"> <view class="express-write">
<view class="express-block express-adderss"> <view class="express-block express-adderss">

View File

@@ -16,7 +16,7 @@
</view> </view>
<view class="pack-white"> <view class="pack-white">
<view class="pack-cont"> <view class="pack-cont">
<img class="process-img" src="@/static/imgs/handleImg.png"> <img class="process-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/9842796ec26fb480ac17b471619a88dd.png">
<view class="process-text"> <view class="process-text">
<view class="process-name"> <view class="process-name">
正在办理中... 正在办理中...
@@ -81,7 +81,7 @@
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无数据</view> <view>暂无数据</view>
</view> </view>
</view> </view>

View File

@@ -11,13 +11,13 @@
</view> </view>
<view class="idcardImg"> <view class="idcardImg">
<view class="idcardImg-label" @click="updImg('frontCard')"> <view class="idcardImg-label" @click="updImg('frontCard')">
<image class="idcardImg-img" mode="widthFix" :src="frontCard.showpath ? frontCard.showpath : '/static/imgs/card_front.png'"></image> <image class="idcardImg-img" mode="widthFix" :src="frontCard.showpath ? frontCard.showpath : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5ed55d77ed9c1e818a943cd7b4b7d28a.png'"></image>
<view class="idcardImg-text"> <view class="idcardImg-text">
点击上传正面 点击上传正面
</view> </view>
</view> </view>
<view class="idcardImg-label" @click="updImg('backCard')"> <view class="idcardImg-label" @click="updImg('backCard')">
<image class="idcardImg-img" mode="widthFix" :src="backCard.showpath ? backCard.showpath : '/static/imgs/card_verso.png'"></image> <image class="idcardImg-img" mode="widthFix" :src="backCard.showpath ? backCard.showpath : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4a266e0dec95a3b15cf50ac58e37c478.png'"></image>
<view class="idcardImg-text"> <view class="idcardImg-text">
点击上传反面 点击上传反面
</view> </view>
@@ -94,8 +94,8 @@
realName({ realName({
front_card: this.frontCard.path, front_card: this.frontCard.path,
back_card : this.backCard.path, back_card : this.backCard.path,
// redirect_url: "https://web.douhuofalv.com/sheet/authSuccess", redirect_url: "https://web.douhuofalv.com/sheet/authSuccess",
redirect_url: "https://web.douhuotest.douhuofalv.com/sheet/authSuccess" // redirect_url: "https://web.douhuotest.douhuofalv.com/sheet/authSuccess"
}).then(res => { }).then(res => {
this.realData = res.certification this.realData = res.certification
this.authShortUrl = res.sign.authShortUrl this.authShortUrl = res.sign.authShortUrl

View File

@@ -2,7 +2,7 @@
<view class="content"> <view class="content">
<!-- @click="$Router.push({name: 'sheetSpeed'})" --> <!-- @click="$Router.push({name: 'sheetSpeed'})" -->
<view class="model"> <view class="model">
<image class="model-back" src="@/static/imgs/01@3x.png" mode="aspectFill"></image> <image class="model-back" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6618d14e0b701cba785cf2ce72eaf789.png" mode="aspectFill"></image>
<view class="model-list"> <view class="model-list">
<view class="model-label"> <view class="model-label">
<view class="model-number"> <view class="model-number">
@@ -336,7 +336,7 @@
<view class="btn"> <view class="btn">
<view class="btn-user" @click="callPhone(item.manager.username)"> <view class="btn-user" @click="callPhone(item.manager.username)">
<image class="btn-user-head" :src="item.manager.avatar ? item.manager.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image class="btn-user-head" :src="item.manager.avatar ? item.manager.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
<view class="btn-user-cont"> <view class="btn-user-cont">
<view class="btn-user-name">{{item.manager.nickname}}</view> <view class="btn-user-name">{{item.manager.nickname}}</view>
<view class="btn-user-tips">业务咨询</view> <view class="btn-user-tips">业务咨询</view>
@@ -405,7 +405,7 @@
</view> </view>
</block> </block>
<view class="reveal-no pages-hint" v-else> <view class="reveal-no pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>
</view> </view>
@@ -558,8 +558,8 @@
// 去签约 // 去签约
contractClick(id) { contractClick(id) {
contractGo(id, { contractGo(id, {
// redirect_url: "https://web.douhuofalv.com/user/index", redirect_url: "https://web.douhuofalv.com/user/index",
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index", // redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
app_scheme : '' app_scheme : ''
}).then(res => { }).then(res => {
// let faceUrl = encodeURIComponent(res.sign_url) // let faceUrl = encodeURIComponent(res.sign_url)

View File

@@ -7,8 +7,8 @@
<!-- 立即咨询 --> <!-- 立即咨询 -->
<view class="lawyerBtn"> <view class="lawyerBtn">
<view class="lawyerBtn-name">您的心事我们</view> <view class="lawyerBtn-name">您的心事我们</view>
<image class="lawyerBtn-img lawyerBtn-go" @click="sheetClick" src="../../static/imgs/consult_btn.png" mode="widthFix"></image> <image class="lawyerBtn-img lawyerBtn-go" @click="sheetClick" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e1323131217b0ca7e1ed2e89a55a0740.png" mode="widthFix"></image>
<image class="lawyerBtn-img lawyerBtn-see" src="../../static/imgs/consult_text.png" mode="widthFix"></image> <image class="lawyerBtn-img lawyerBtn-see" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e4f37a76780df657cda85c242bfd792c.png" mode="widthFix"></image>
</view> </view>
</view> </view>
@@ -16,7 +16,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
请您先关注抖火法律咨询公众号 请您先关注抖火法律咨询公众号
@@ -81,8 +81,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webview/webCode', url: 'https://web.douhuofalv.com/webview/webCode',
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -3,7 +3,7 @@
<block v-if="logisticArr.length > 0"> <block v-if="logisticArr.length > 0">
<view class="top"> <view class="top">
<view class="top-logo"> <view class="top-logo">
<image :src="orderExpress.cover ? orderExpress.cover : '/static/imgs/Nologistic.png'" mode="aspectFill"></image> <image :src="orderExpress.cover ? orderExpress.cover : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/0ef949b91dbe759f866465a9d2eefa84.png'" mode="aspectFill"></image>
</view> </view>
<view class="top-cont"> <view class="top-cont">
<view class="top-name"> <view class="top-name">
@@ -44,7 +44,7 @@
</view> </view>
</block> </block>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Nologistic.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/0ef949b91dbe759f866465a9d2eefa84.png"></image>
<view>暂无物流信息</view> <view>暂无物流信息</view>
</view> </view>
</view> </view>

View File

@@ -34,7 +34,7 @@
</view> </view>
<view class="paymentList-label" @click="payType('umsMp')"> <view class="paymentList-label" @click="payType('umsMp')">
<view class="paymentList-left"> <view class="paymentList-left">
<image class="paymentList-icon" src="@/static/imgs/minPay.png" mode="widthFix"></image>微信支付银联商务 <image class="paymentList-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/2a4ea8f9f714e39088648383d5c52f32.png" mode="widthFix"></image>微信支付银联商务
</view> </view>
<view class="paymentList-right"> <view class="paymentList-right">
<image class="paymentList-img" :src="Payment == 'umsMp' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image> <image class="paymentList-img" :src="Payment == 'umsMp' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image>
@@ -43,7 +43,7 @@
<view class="paymentList-label" @click="payType('dgwx')" > <view class="paymentList-label" @click="payType('dgwx')" >
<view class="paymentList-left"> <view class="paymentList-left">
<image class="paymentList-icon" src="@/static/imgs/minPay.png" mode="widthFix"></image>微信支付汇付 <image class="paymentList-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/2a4ea8f9f714e39088648383d5c52f32.png" mode="widthFix"></image>微信支付汇付
</view> </view>
<view class="paymentList-right"> <view class="paymentList-right">
<image class="paymentList-img" :src="Payment == 'dgwx' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image> <image class="paymentList-img" :src="Payment == 'dgwx' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image>
@@ -52,7 +52,7 @@
<view class="paymentList-label" @click="payType('umsAli')"> <view class="paymentList-label" @click="payType('umsAli')">
<view class="paymentList-left"> <view class="paymentList-left">
<image class="paymentList-icon" src="@/static/imgs/aliPay.png" mode="widthFix"></image>支付宝银联商务 <image class="paymentList-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4aaf302e9d8a90c21c39b3d2f39cebc2.png" mode="widthFix"></image>支付宝银联商务
</view> </view>
<view class="paymentList-right"> <view class="paymentList-right">
<image class="paymentList-img" :src="Payment == 'umsAli' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image> <image class="paymentList-img" :src="Payment == 'umsAli' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image>
@@ -60,7 +60,7 @@
</view> </view>
<view class="paymentList-label" @click="payType('dgAli')"> <view class="paymentList-label" @click="payType('dgAli')">
<view class="paymentList-left"> <view class="paymentList-left">
<image class="paymentList-icon" src="@/static/imgs/aliPay.png" mode="widthFix"></image>支付宝汇付 <image class="paymentList-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4aaf302e9d8a90c21c39b3d2f39cebc2.png" mode="widthFix"></image>支付宝汇付
</view> </view>
<view class="paymentList-right"> <view class="paymentList-right">
<image class="paymentList-img" :src="Payment == 'dgAli' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image> <image class="paymentList-img" :src="Payment == 'dgAli' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image>
@@ -71,7 +71,7 @@
<!-- web.douhuotest.douhuofalv dev=0是线上 dev=1是线下 --> <!-- web.douhuotest.douhuofalv dev=0是线上 dev=1是线下 -->
<wx-open-launch-weapp <wx-open-launch-weapp
username="gh_918c81628d6f" username="gh_918c81628d6f"
:path="'pages/pay/pay?type=h5&dev=1&trade_id=' + tradeId + '&token=' + token" :path="'pages/pay/pay?type=h5&dev=0&trade_id=' + tradeId + '&token=' + token"
> >
<script type="text/wxtag-template"> <script type="text/wxtag-template">
<style> <style>
@@ -110,7 +110,7 @@
</view> </view>
<scroll-view class="couponEject-list" scroll-y="true" show-scrollbar="false"> <scroll-view class="couponEject-list" scroll-y="true" show-scrollbar="false">
<view class="couponEject-label" v-for="(item, index) in couponArr" :key="index" @click="selectClick(index)"> <view class="couponEject-label" v-for="(item, index) in couponArr" :key="index" @click="selectClick(index)">
<image class="couponSelect" :src="!item.state ? '/static/imgs/paySelect.png' : '/static/imgs/paySelect_active.png'" mode="aspectFill"></image> <image class="couponSelect" :src="!item.state ? 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/533131cfe7524e064deb9695d7877aee.png' : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/89e01ae6a5132a4a4af1582df177af33.png'" mode="aspectFill"></image>
<view class="couponEject-top"> <view class="couponEject-top">
<view class="couponEject-number"> <view class="couponEject-number">
{{item.price}}<text></text> {{item.price}}<text></text>

View File

@@ -6,10 +6,10 @@
订单支付 订单支付
<text>与人方便,与己方便,珍惜时间,请先付款</text> <text>与人方便,与己方便,珍惜时间,请先付款</text>
</view> </view>
<img class="paymentTop-img" src="@/static/imgs/payment.png"> <img class="paymentTop-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/d9c965766807a6e1c57da11e069c8686.png">
</view> </view>
<view class="paymentShow"> <view class="paymentShow">
<img class="paymentShow-img" src="@/static/imgs/payment_back.png"> <img class="paymentShow-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5ccd7b6473095bf0e55c21240ca2eb90.png">
<view class="paymentShow-text"> <view class="paymentShow-text">
<view class="paymentShow-top"> <view class="paymentShow-top">
<view class="paymentShow-top-name">订单名称<text>{{style == 'chajia' ? '补差价' : '咨询服务费'}}</text></view> <view class="paymentShow-top-name">订单名称<text>{{style == 'chajia' ? '补差价' : '咨询服务费'}}</text></view>
@@ -42,7 +42,7 @@
<!-- douhuotest dev=0是线上 dev=1是线下 --> <!-- douhuotest dev=0是线上 dev=1是线下 -->
<wx-open-launch-weapp <wx-open-launch-weapp
username="gh_918c81628d6f" username="gh_918c81628d6f"
:path="'pages/pay/pay?type=h5&dev=1&trade_id=' + tradeId + '&token=' + token" :path="'pages/pay/pay?type=h5&dev=0&trade_id=' + tradeId + '&token=' + token"
> >
<script type="text/wxtag-template"> <script type="text/wxtag-template">
<style> <style>
@@ -289,8 +289,8 @@
// 获取微信授权信息-获取oppid // 获取微信授权信息-获取oppid
authFollow({ authFollow({
url: 'https://web.douhuotest.douhuofalv.com/webWechat/index?id=' + this.$Route.query.id + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price // url: 'https://web.douhuotest.douhuofalv.com/webWechat/index?id=' + this.$Route.query.id + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price
// url: 'https://web.douhuofalv.com/webWechat/index?id=' + this.$Route.query.id + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price url: 'https://web.douhuofalv.com/webWechat/index?id=' + this.$Route.query.id + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<view class="point"> <view class="point">
<img class="point-img" src="@/static/imgs/payImg.png"> <img class="point-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4af6ad82d1e472ce1297feec0b7bebce.png">
<view class="point-text"> <view class="point-text">
<view class="point-name"> <view class="point-name">
支付成功 支付成功

View File

@@ -2,7 +2,7 @@
<view class="content"> <view class="content">
<!-- 提示 --> <!-- 提示 -->
<view class="pack-center process-pack"> <view class="pack-center process-pack">
<img class="process-img" src="@/static/imgs/processGif.gif"> <img class="process-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/c95ebcf8641fcbd413f990d661f638cb.gif">
<view class="process-text"> <view class="process-text">
<view class="process-name"> <view class="process-name">
资料正在审核中... 资料正在审核中...

View File

@@ -1,6 +1,6 @@
<template> <template>
<view class="content"> <view class="content">
<img class="speedBack" src="@/static/imgs/speed_back.png"> <img class="speedBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e6aa6a3fb17e7b5476dafc373d7fd9ee.png">
<view class="speedFrame"> <view class="speedFrame">
<view class="speedCont"> <view class="speedCont">
<view class="item" :class="{active: !item.over && !item.status}" v-for="(item, index) in stepArr" :key="index"> <view class="item" :class="{active: !item.over && !item.status}" v-for="(item, index) in stepArr" :key="index">
@@ -436,8 +436,8 @@
// 去签约 // 去签约
contractClick() { contractClick() {
contractGo(this.$Route.query.id, { contractGo(this.$Route.query.id, {
// redirect_url: "https://web.douhuofalv.com/user/index", redirect_url: "https://web.douhuofalv.com/user/index",
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index", // redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
app_scheme : '' app_scheme : ''
}).then(res => { }).then(res => {
// let faceUrl = encodeURIComponent(res.sign_url) // let faceUrl = encodeURIComponent(res.sign_url)

View File

@@ -54,7 +54,7 @@
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>

View File

@@ -94,7 +94,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
请您先关注抖火法律咨询公众号 请您先关注抖火法律咨询公众号
@@ -231,8 +231,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webview/webCode' url: 'https://web.douhuofalv.com/webview/webCode'
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -171,6 +171,7 @@
orderId : '', // 订单 ID orderId : '', // 订单 ID
orderType : '', // 订单类型 orderType : '', // 订单类型
orderPrice : '', // 订单金额
voucherState : false, // 上传凭证弹出 voucherState : false, // 上传凭证弹出
disabled : false disabled : false
} }
@@ -324,7 +325,19 @@
user_id: '' user_id: ''
}).then(res => { }).then(res => {
this.disabled = true this.disabled = true
if(res.can.pay_status == 4) {
uni.showLoading({
title: '已支付...',
mask : true
})
// 跳到委托单
setTimeout(()=>{
this.$Router.replace({name: 'EntrustOrder', params: {yearStatus: 1}})
},1000)
return
}
this.expressSheet(res.entrust_order_id, res.order_type, res.can, res.price) this.expressSheet(res.entrust_order_id, res.order_type, res.can, res.price)
}).catch( err => { }).catch( err => {
uni.showToast({ uni.showToast({
title: err.message, title: err.message,
@@ -337,6 +350,7 @@
expressSheet(id, type, can, price) { expressSheet(id, type, can, price) {
this.orderId = id this.orderId = id
this.orderType = type this.orderType = type
this.orderPrice = price
uni.showActionSheet({ uni.showActionSheet({
itemList: ['线上支付', '线下支付'], itemList: ['线上支付', '线下支付'],
success: sheetRes => { success: sheetRes => {
@@ -347,7 +361,7 @@
} }
this.voucherState = true this.voucherState = true
} else if (sheetRes.tapIndex == 1) { } else if (sheetRes.tapIndex == 1) {
this.$Router.replace({name: 'VoucherOpen', params: {orderId: id, orderType: type}}) this.$Router.replace({name: 'VoucherOpen', params: {orderId: id, orderType: type, price: price}})
} }
}, },
fail: sheetFail => { fail: sheetFail => {
@@ -377,7 +391,7 @@
// 上传凭证 // 上传凭证
clickOpen() { clickOpen() {
this.voucherState = false this.voucherState = false
this.$Router.replace({name: 'VoucherOpen', params: {orderId: this.orderId, orderType: this.orderType}}) this.$Router.replace({name: 'VoucherOpen', params: {orderId: this.orderId, orderType: this.orderType, price: this.orderPrice}})
}, },
} }
} }

View File

@@ -10,6 +10,9 @@
<view class="orderTab-item" :class="{active : yearStatus == 5}" @click="stateClick('5')">已驳回</view> <view class="orderTab-item" :class="{active : yearStatus == 5}" @click="stateClick('5')">已驳回</view>
</scroll-view> </scroll-view>
<view class="orderState"> <view class="orderState">
<view class="orderState-item" :class="{active : refundStatus == 'all'}" @click="refundClick('all')">
<text>全部</text>
</view>
<view class="orderState-item" :class="{active : refundStatus == 0}" @click="refundClick('0')"> <view class="orderState-item" :class="{active : refundStatus == 0}" @click="refundClick('0')">
<text>未退款</text> <text>未退款</text>
</view> </view>
@@ -41,6 +44,23 @@
{{item.entrust.title}} {{item.entrust.title}}
</view> </view>
</view> </view>
<view class="listItem-cont-label" v-if="item.can.lawyer_status != 0">
<view class="listItem-cont-name">
律师匹配
</view>
<view class="listItem-cont-text listItem-cont-price">
<block v-if="item.can.lawyer_status == 1">待匹配律师</block>
<block v-else-if="item.can.lawyer_status == 2">已匹配律师</block>
</view>
</view>
<view class="listItem-cont-label" v-if="item.lawyer">
<view class="listItem-cont-name">
所属律师
</view>
<view class="listItem-cont-text listItem-cont-price">
{{item.lawyer.name}}
</view>
</view>
<view class="listItem-cont-label"> <view class="listItem-cont-label">
<view class="listItem-cont-name"> <view class="listItem-cont-name">
订单金额 订单金额
@@ -49,6 +69,14 @@
{{item.total}} {{item.total}}
</view> </view>
</view> </view>
<view class="listItem-cont-label" v-if="item.remark != ''">
<view class="listItem-cont-name">
驳回原因
</view>
<view class="listItem-cont-text listItem-cont-reject" @click="rejectClick(item.remark)">
查看原因>
</view>
</view>
<view class="listItem-cont-label" v-if="item.need_pay_diff_prices != 0"> <view class="listItem-cont-label" v-if="item.need_pay_diff_prices != 0">
<view class="listItem-cont-name"> <view class="listItem-cont-name">
补差价金额 补差价金额
@@ -58,10 +86,18 @@
<view class="listItem-cont-btn">去支付</view> <view class="listItem-cont-btn">去支付</view>
</view> </view>
</view> </view>
<view class="listItem-cont-label">
<view class="listItem-cont-name">
下单时间
</view>
<view class="listItem-cont-text listItem-cont-diff" @click="diffClick(item)">
{{item.created_at}}
</view>
</view>
</view> </view>
<view class="listItem-labor"> <view class="listItem-labor">
<view class="listItem-labor-time"> <view class="listItem-labor-time">
{{item.created_at}} <view @click="operateMore(item.entrust_order_id)" v-if="item.can.cancel">更多</view>
</view> </view>
<view class="listItem-labor-btn"> <view class="listItem-labor-btn">
<view v-if="item.can.pay_status == 1" @click="expressSheet(item.entrust_order_id, item.order_type, item.can, item.price)" class="listItem-labor-go"> <view v-if="item.can.pay_status == 1" @click="expressSheet(item.entrust_order_id, item.order_type, item.can, item.price)" class="listItem-labor-go">
@@ -85,7 +121,7 @@
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>
@@ -130,12 +166,12 @@
</template> </template>
<script> <script>
import { entrustOrder, entrustPay, esignUrl } from '@/apis/interfaces/synthesis' import { entrustOrder, entrustPay, esignUrl, entrustCancel } from '@/apis/interfaces/synthesis'
export default { export default {
data() { data() {
return { return {
yearStatus : 0, // 0 未付款 1 2 yearStatus : 0, // 0 未付款 1 2
refundStatus : 0, // 0 退款 0 1 refundStatus : 'all', // 全部 0 退款 0 1
yearArr : [], // 委托单列表 yearArr : [], // 委托单列表
orderType : '', // 委托单列表-类型 orderType : '', // 委托单列表-类型
orderId : '', // 委托单列表-id orderId : '', // 委托单列表-id
@@ -149,11 +185,11 @@
} }
}, },
created() { created() {},
this.yearStatus = this.$Route.query.yearStatus || 0
},
onShow() { onShow() {
this.yearStatus = this.$Route.query.yearStatus || 0
// 获取-委托单-列表 // 获取-委托单-列表
this.yearServe(); this.yearServe();
}, },
@@ -204,8 +240,8 @@
esignUrl({ esignUrl({
order_id : id, order_id : id,
order_type: type, order_type: type,
// redirect_url: "https://web.douhuofalv.com/user/index", redirect_url: "https://web.douhuofalv.com/user/index",
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index", // redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
channel : 'h5', channel : 'h5',
app_scheme : '' app_scheme : ''
}).then(res => { }).then(res => {
@@ -283,6 +319,48 @@
this.$Router.push({name: 'DiffList', params: {orderId: e.entrust_order_id, orderType:e.order_type, payForm: 'entrust'}}) this.$Router.push({name: 'DiffList', params: {orderId: e.entrust_order_id, orderType:e.order_type, payForm: 'entrust'}})
}, },
// 更多操作
operateMore(id) {
wx.showActionSheet({
itemList: ['取消订单'],
success: ()=> {
wx.showModal({
title : '提示',
content : '是否取消订单',
success : res=> {
if (res.confirm) {
entrustCancel(id).then(res => {
wx.showToast({
title:'取消成功',
icon:'none'
})
// 获取-委托单-列表
this.yearServe();
}).catch(err => {
uni.showToast({
title: err.message,
icon : 'none'
})
})
}
}
})
},
fail: err=> {}
})
},
// 查看驳回原因
rejectClick(text){
uni.showToast({
title: text,
icon : 'none'
})
},
// 页面相关事件处理函数--监听用户下拉动作 // 页面相关事件处理函数--监听用户下拉动作
onPullDownRefresh() { onPullDownRefresh() {
// 获取-委托单-列表 // 获取-委托单-列表
@@ -417,6 +495,16 @@
font-weight: normal; font-weight: normal;
} }
} }
&.listItem-cont-reject {
color: #ec7647;
background-color: #fff6ea;
padding: 0 15rpx;
border-radius: 10rpx;
height: 52rpx;
line-height: 52rpx;
margin-top: 6rpx;
font-size: 26rpx;
}
} }
} }
} }

View File

@@ -54,7 +54,7 @@
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>

View File

@@ -240,7 +240,6 @@
value: subData[key] value: subData[key]
}) })
} }
entrustPost(this.$Route.query.entrustId, { entrustPost(this.$Route.query.entrustId, {
data: dataArr, data: dataArr,
type: 'self', type: 'self',
@@ -248,6 +247,17 @@
user_id: '' user_id: ''
}).then(res => { }).then(res => {
this.disabled = true this.disabled = true
if(res.can.pay_status == 4) {
uni.showLoading({
title: '已支付...',
mask : true
})
// 跳到委托单
setTimeout(()=>{
this.$Router.replace({name: 'EntrustOrder', params: {yearStatus: 1}})
},1000)
return
}
this.expressSheet(res.entrust_order_id, res.order_type, res.can, res.price ) this.expressSheet(res.entrust_order_id, res.order_type, res.can, res.price )
}).catch( err => { }).catch( err => {
uni.showToast({ uni.showToast({

View File

@@ -8,12 +8,21 @@
<view class="list-title-trim"></view> <view class="list-title-trim"></view>
</view> </view>
<view class="list-item"> <view class="list-item">
<view class="list-label" v-for="(item, index) in entrustArr" :key="index" @click="seekClick(item.expand_id)"> <!-- @click="seekClick(item.expand_id)" -->
<view class="list-label" v-for="(item, index) in entrustArr" :key="index">
<view class="list-label-name"> <view class="list-label-name">
{{item.title}} {{item.title}}
</view> </view>
<view class="list-label-price"><rich-text :nodes="item.content"></rich-text></view> <view class="list-label-price"><rich-text :nodes="item.content"></rich-text></view>
<view class="list-label-go">购买</view> <!-- <view class="list-label-go">购买</view> -->
<!-- data[0].order.status -->
<view class="list-label-go" :class="{'hide': item.button_status === 2}" @click="onBtn(index)">
<text v-if="item.button_status === 0">购买</text>
<text v-if="item.button_status === 1">等待支付</text>
<text v-if="item.button_status === 2">待审核</text>
<text v-if="item.button_status === 3">审核驳回</text>
</view>
</view> </view>
</view> </view>
</view> </view>
@@ -23,7 +32,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
请您先关注抖火法律咨询公众号 请您先关注抖火法律咨询公众号
@@ -42,6 +51,27 @@
</view> </view>
</view> </view>
</view> </view>
<!-- 打款凭证弹出 -->
<view class="voucherBack" :class="{active : voucherState}"></view>
<view class="voucherPop" :class="{active : voucherState}">
<view class="tipsWhite">
<image class="voucherPop-img" src="https://cdn.douhuofalv.com/images/2023/04/17/f4a3c45fe9aa7db143a362fc5b13b31d.png" mode="widthFix"></image>
<view class="voucherPop-title">
<view class="voucherPop-name">支付提示</view>
<view class="voucherPop-text">抱歉此订单不支持线上支付请上传打款凭证</view>
<view class="voucherPop-btn">
<!-- @click="cancelPay" -->
<view class="voucherPop-go" @click="voucherState = false">
暂不支付
</view>
<view class="voucherPop-go voucherPop-up" @click="clickOpen">
上传凭证
</view>
</view>
</view>
</view>
</view>
</view> </view>
</template> </template>
@@ -52,16 +82,23 @@
export default { export default {
data() { data() {
return { return {
entrustArr : [], //案件委托列表 entrustArr : [], //案件委托列表
generalShow : false // 公众号 generalShow : false,
voucherState : false, // 上传凭证弹出// 公众号
orderId : '', // 订单 ID
orderType : '', // 订单类型
orderPrice : '', // 订单金额
} }
}, },
created() { created() {},
onShow() {
// 获取-案件委托-列表 // 获取-案件委托-列表
this.yearServe(); this.yearServe();
}, },
methods: { methods: {
// 案件委托-列表 // 案件委托-列表
yearServe(){ yearServe(){
@@ -75,6 +112,70 @@
}) })
}, },
// 点击开通按钮
onBtn(index){
let obj = this.entrustArr[index]
if(obj.order === null){
this.seekClick(obj.expand_id)
return
}
// 0 购买 1 待支付 2 待审核 3 驳回
switch (obj.button_status){
case 0:
this.seekClick(obj.expand_id)
break;
case 1:
this.expressSheet(obj.order.expand_order_id, obj.order.order_type, obj.order.can, obj.order.price)
break;
case 2:
uni.showToast({
title: '打款凭证审核中,请耐心等待',
icon : 'none'
})
break;
case 3:
this.$Router.push({
name : 'VoucherOpen',
params : {
payId : obj.order.offline_pays.offline_pay_id,
type : 'edit',
orderId : obj.order.order_id,
orderType : obj.order.order_type.replace(/\\/g, '-'),
price : obj.price
}
})
break;
}
},
// 选择支付方式
expressSheet(id, type, can, price) {
this.orderId = id
this.orderType = type
this.orderPrice = price
uni.showActionSheet({
itemList: ['线上支付', '线下支付'],
success: sheetRes => {
if(sheetRes.tapIndex == 0) {
if(can.online) {
this.$Router.push({name: 'FeePay', params: {id: id, orderType: type, price: price, payForm: 'service'}})
return
}
this.voucherState = true
} else if (sheetRes.tapIndex == 1) {
this.$Router.push({name: 'VoucherOpen', params: {orderId: id, orderType: type, price: price}})
}
},
fail: sheetFail => {}
})
},
// 上传凭证
clickOpen() {
this.voucherState = false
this.$Router.push({name: 'VoucherOpen', params: {orderId: this.orderId, orderType: this.orderType, price: this.orderPrice}})
},
// 立即咨询 // 立即咨询
seekClick(entrustId) { seekClick(entrustId) {
// 判断是否认证 // 判断是否认证
@@ -109,8 +210,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webview/webCode' url: 'https://web.douhuofalv.com/webview/webCode'
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {
@@ -122,7 +223,7 @@
// 关闭公众号 // 关闭公众号
this.generalShow = false this.generalShow = false
} },
} }
} }
</script> </script>
@@ -234,10 +335,13 @@
color: #12053d; color: #12053d;
display: inline-block; display: inline-block;
line-height: 54rpx; line-height: 54rpx;
padding: 0 35rpx; padding: 0 30rpx;
border-radius: 54rpx; border-radius: 54rpx;
font-size: 28rpx; font-size: 26rpx;
font-weight: 600; font-weight: 600;
&.hide{
opacity: .7;
}
} }
} }
} }
@@ -319,4 +423,77 @@
} }
} }
} }
// 打款凭证弹出
.voucherBack {
position: fixed;
width: 100vw;
height: 100vh;
left: 0;
top: 0;
z-index: 99;
background-color: rgba(0, 0, 0, .6);
display: none;
&.active {
display: block;
}
}
.voucherPop {
-webkit-box-orient: vertical;
-webkit-box-pack: center;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 100;
padding: 0 10%;
box-sizing: border-box;
display: none;
&.active {
display: -webkit-box;
}
.tipsWhite {
background-color: #ffffff;
border-radius: 20rpx;
position: relative;
.voucherPop-img {
position: absolute !important;
top: -80rpx;
right: calc(50% - 100rpx);
width: 200rpx;
}
.voucherPop-title {
box-sizing: border-box;
padding: 50rpx 70rpx;
margin-top: 100rpx;
text-align: center;
.voucherPop-name {
font-weight: 600;
font-size: 38rpx;
}
.voucherPop-text {
padding: 30rpx 0 35rpx;
line-height: 44rpx;
}
.voucherPop-btn {
display: flex;
.voucherPop-go {
flex: 2;
text-align: center;
border: 2rpx solid #da2b56;
color: #da2b56;
margin: 0 15rpx;
line-height: 74rpx;
border-radius: 10rpx;
background-color: #ffffff;
&.voucherPop-up {
background-color: #da2b56;
color: #ffffff;
}
}
}
}
}
}
</style> </style>

View File

@@ -34,6 +34,23 @@
{{item.expand.title}} {{item.expand.title}}
</view> </view>
</view> </view>
<view class="listItem-cont-label" v-if="item.can.lawyer_status != 0">
<view class="listItem-cont-name">
律师匹配
</view>
<view class="listItem-cont-text listItem-cont-price">
<block v-if="item.can.lawyer_status == 1">待匹配律师</block>
<block v-else-if="item.can.lawyer_status == 2">已匹配律师</block>
</view>
</view>
<view class="listItem-cont-label" v-if="item.lawyer">
<view class="listItem-cont-name">
所属律师
</view>
<view class="listItem-cont-text listItem-cont-price">
{{item.lawyer.name}}
</view>
</view>
<view class="listItem-cont-label"> <view class="listItem-cont-label">
<view class="listItem-cont-name"> <view class="listItem-cont-name">
订单金额 订单金额
@@ -51,10 +68,18 @@
<view class="listItem-cont-btn">去支付</view> <view class="listItem-cont-btn">去支付</view>
</view> </view>
</view> </view>
<view class="listItem-cont-label" v-if="item.need_pay_diff_prices != 0">
<view class="listItem-cont-name">
下单时间
</view>
<view class="listItem-cont-text listItem-cont-diff" @click="diffClick(item)">
{{item.created_at}}
</view>
</view>
</view> </view>
<view class="listItem-labor"> <view class="listItem-labor">
<view class="listItem-labor-time"> <view class="listItem-labor-time">
{{item.created_at}} <view @click="operateMore(item.expand_order_id)" v-if="item.can.cancel">更多</view>
</view> </view>
<view class="listItem-labor-btn"> <view class="listItem-labor-btn">
<view v-if="item.can.pay_status == 1" @click="expressSheet(item.expand_order_id, item.order_type, item.can, item.price)" class="listItem-labor-go"> <view v-if="item.can.pay_status == 1" @click="expressSheet(item.expand_order_id, item.order_type, item.can, item.price)" class="listItem-labor-go">
@@ -79,7 +104,7 @@
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>
@@ -123,7 +148,7 @@
</template> </template>
<script> <script>
import { expandOrder, entrustPay, esignUrl } from '@/apis/interfaces/synthesis' import { expandOrder, entrustPay, esignUrl, expandCancel } from '@/apis/interfaces/synthesis'
export default { export default {
data() { data() {
return { return {
@@ -194,8 +219,8 @@
esignUrl({ esignUrl({
order_id : id, order_id : id,
order_type: type, order_type: type,
// redirect_url: "https://web.douhuofalv.com/user/index", redirect_url: "https://web.douhuofalv.com/user/index",
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index", // redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
channel : 'h5', channel : 'h5',
app_scheme : '' app_scheme : ''
}).then(res => { }).then(res => {
@@ -266,6 +291,39 @@
}) })
}, },
// 更多操作
operateMore(id) {
wx.showActionSheet({
itemList: ['取消订单'],
success: ()=> {
wx.showModal({
title : '提示',
content : '是否取消订单',
success : res=> {
if (res.confirm) {
expandCancel(id).then(res => {
wx.showToast({
title:'取消成功',
icon:'none'
})
// 获取-委托单-列表
this.yearServe();
}).catch(err => {
uni.showToast({
title: err.message,
icon : 'none'
})
})
}
}
})
},
fail: err=> {}
})
},
// 页面相关事件处理函数--监听用户下拉动作 // 页面相关事件处理函数--监听用户下拉动作
onPullDownRefresh() { onPullDownRefresh() {
// 获取-拓展单-列表 // 获取-拓展单-列表

View File

@@ -18,7 +18,12 @@
<view class="confirm-item-text" v-if="item.key == 'address'">{{item.value_text.province_name}}{{item.value_text.city}}</view> <view class="confirm-item-text" v-if="item.key == 'address'">{{item.value_text.province_name}}{{item.value_text.city}}</view>
<view class="confirm-item-text" v-else><text v-if="item.key == 'price'"></text> {{item.value_text}}</view> <view class="confirm-item-text" v-else><text v-if="item.key == 'price'"></text> {{item.value_text}}</view>
</view> </view>
<view class="confirm-item" v-if="seekData.lawyer">
<view class="confirm-item-label">所属律师</view>
<view class="confirm-item-text">{{seekData.lawyer.name}}</view>
</view>
</view> </view>
<view class="confirm-user"> <view class="confirm-user">
<view class="confirm-user-text"><image src="https://cdn.douhuofalv.com/images/2023/04/20/c359f2fa277e6658157c7108f37d0d44.png" mode="widthFix"></image> 业务联系人</view> <view class="confirm-user-text"><image src="https://cdn.douhuofalv.com/images/2023/04/20/c359f2fa277e6658157c7108f37d0d44.png" mode="widthFix"></image> 业务联系人</view>
<view class="confirm-user-name">{{parent.nickname}}</view> <view class="confirm-user-name">{{parent.nickname}}</view>

View File

@@ -23,7 +23,7 @@
<view class="paymentList-label" @click="payType('umsAli')"> <view class="paymentList-label" @click="payType('umsAli')">
<view class="paymentList-left"> <view class="paymentList-left">
<image class="paymentList-icon" src="@/static/imgs/aliPay.png" mode="widthFix"></image>支付宝银联商务 <image class="paymentList-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4aaf302e9d8a90c21c39b3d2f39cebc2.png" mode="widthFix"></image>支付宝银联商务
</view> </view>
<view class="paymentList-right"> <view class="paymentList-right">
<image class="paymentList-img" :src="Payment == 'umsAli' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image> <image class="paymentList-img" :src="Payment == 'umsAli' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image>
@@ -31,7 +31,7 @@
</view> </view>
<view class="paymentList-label" @click="payType('umsMp')"> <view class="paymentList-label" @click="payType('umsMp')">
<view class="paymentList-left"> <view class="paymentList-left">
<image class="paymentList-icon" src="@/static/imgs/minPay.png" mode="widthFix"></image>微信银联商务 <image class="paymentList-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/2a4ea8f9f714e39088648383d5c52f32.png" mode="widthFix"></image>微信银联商务
</view> </view>
<view class="paymentList-right"> <view class="paymentList-right">
<image class="paymentList-img" :src="Payment == 'umsMp' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image> <image class="paymentList-img" :src="Payment == 'umsMp' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image>
@@ -40,7 +40,7 @@
<view class="paymentList-label" @click="payType('dgAli')"> <view class="paymentList-label" @click="payType('dgAli')">
<view class="paymentList-left"> <view class="paymentList-left">
<image class="paymentList-icon" src="@/static/imgs/aliPay.png" mode="widthFix"></image>支付宝汇付 <image class="paymentList-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4aaf302e9d8a90c21c39b3d2f39cebc2.png" mode="widthFix"></image>支付宝汇付
</view> </view>
<view class="paymentList-right"> <view class="paymentList-right">
<image class="paymentList-img" :src="Payment == 'dgAli' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image> <image class="paymentList-img" :src="Payment == 'dgAli' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image>
@@ -48,7 +48,7 @@
</view> </view>
<view class="paymentList-label" @click="payType('dgwx')" > <view class="paymentList-label" @click="payType('dgwx')" >
<view class="paymentList-left"> <view class="paymentList-left">
<image class="paymentList-icon" src="@/static/imgs/minPay.png" mode="widthFix"></image>微信汇付 <image class="paymentList-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/2a4ea8f9f714e39088648383d5c52f32.png" mode="widthFix"></image>微信汇付
</view> </view>
<view class="paymentList-right"> <view class="paymentList-right">
<image class="paymentList-img" :src="Payment == 'dgwx' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image> <image class="paymentList-img" :src="Payment == 'dgwx' ? '/static/imgs/payCheck_active.png' : '/static/imgs/payCheck.png'" mode="widthFix"></image>
@@ -61,7 +61,7 @@
<!-- web.douhuotest.douhuofalv dev=0是线上 dev=1是线下 --> <!-- web.douhuotest.douhuofalv dev=0是线上 dev=1是线下 -->
<wx-open-launch-weapp <wx-open-launch-weapp
username="gh_918c81628d6f" username="gh_918c81628d6f"
:path="'pages/pay/pay?type=h5&dev=1&trade_id=' + tradeId + '&token=' + token" :path="'pages/pay/pay?type=h5&dev=0&trade_id=' + tradeId + '&token=' + token"
> >
<script type="text/wxtag-template"> <script type="text/wxtag-template">
<style> <style>
@@ -95,7 +95,7 @@
<!-- 支付成功弹出 --> <!-- 支付成功弹出 -->
<view class="payMakeBack" :class="{active: payMakePop}" catchtouchmove='true'></view> <view class="payMakeBack" :class="{active: payMakePop}" catchtouchmove='true'></view>
<view class="payMakeCont" :class="{active: payMakePop}" catchtouchmove='true'> <view class="payMakeCont" :class="{active: payMakePop}" catchtouchmove='true'>
<image class="payMakeCont-img" src="@/static/imgs/payMakeCont_icon.png" mode="widthFix"></image> <image class="payMakeCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5be61f2fb4f14736867078de48e09355.png" mode="widthFix"></image>
<view class="payMakeCont-title"> <view class="payMakeCont-title">
支付成功 支付成功
</view> </view>
@@ -352,8 +352,8 @@
// 获取微信授权信息-获取oppid // 获取微信授权信息-获取oppid
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webWechat/index?id=' + this.$Route.query.id + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price url: 'https://web.douhuofalv.com/webWechat/index?id=' + this.$Route.query.id + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price
url: 'https://web.douhuotest.douhuofalv.com/webWechat/index?id=' + this.orderId + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price // url: 'https://web.douhuotest.douhuofalv.com/webWechat/index?id=' + this.orderId + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<view class="point"> <view class="point">
<img class="point-img" src="@/static/imgs/payImg.png"> <img class="point-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4af6ad82d1e472ce1297feec0b7bebce.png">
<view class="point-text"> <view class="point-text">
<view class="point-name"> <view class="point-name">
支付成功 支付成功

View File

@@ -58,7 +58,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
请您先关注抖火法律咨询公众号 请您先关注抖火法律咨询公众号
@@ -243,8 +243,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webview/webCode' url: 'https://web.douhuofalv.com/webview/webCode'
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -22,6 +22,22 @@
{{item.user.parent.nickname}} {{item.user.parent.nickname}}
</view> </view>
</view> </view>
<view class="listItem-cont-label" v-if="item.lawyer">
<view class="listItem-cont-name">
所属律师
</view>
<view class="listItem-cont-text listItem-cont-price">
{{item.lawyer.name}}
</view>
</view>
<!-- <view class="listItem-cont-label" v-if="item.lawyer">
<view class="listItem-cont-name">
律师电话
</view>
<view class="listItem-cont-text listItem-cont-price">
{{item.lawyer.username}}
</view>
</view> -->
</view> </view>
<view class="listItem-labor"> <view class="listItem-labor">
<view class="listItem-labor-time"> <view class="listItem-labor-time">
@@ -37,7 +53,7 @@
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>
</view> </view>

View File

@@ -69,7 +69,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
请您先关注抖火法律咨询公众号 请您先关注抖火法律咨询公众号
@@ -191,7 +191,7 @@
} }
} }
}) })
break; break;
} }
}, },
@@ -268,8 +268,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webview/webCode' url: 'https://web.douhuofalv.com/webview/webCode'
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -385,7 +385,7 @@
.idcardBtn { .idcardBtn {
background-color: #111e4b; background-color: #111e4b;
width: 100%; width: 100%;
padding: 20rpx 60rpx 60rpx; padding: 20rpx 60rpx 140rpx;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
.idcardBtn-go { .idcardBtn-go {

View File

@@ -63,7 +63,7 @@
<image class="cover-item-src" :src="item" mode="aspectFill"></image> <image class="cover-item-src" :src="item" mode="aspectFill"></image>
</view> </view>
<view class="cover-item border" @click="albumClick" v-if="pathArr.length < 9"> <view class="cover-item border" @click="albumClick" v-if="pathArr.length < 9">
<image class="cover-item-add" src="@/static/imgs/cover_add.png" mode="aspectFill"></image> <image class="cover-item-add" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/0e777b11d995a02f698b47efd66e8838.png" mode="aspectFill"></image>
</view> </view>
</view> </view>
</view> </view>
@@ -109,7 +109,8 @@
} }
}, },
created() { onShow() {
console.log(this.$Route.query)
this.type = this.$Route.query.type this.type = this.$Route.query.type
this.price = this.$Route.query.price this.price = this.$Route.query.price

View File

@@ -16,6 +16,10 @@
<view class="confirm-item-text" v-if="item.key == 'address'">{{item.value_text.province_name}}{{item.value_text.city}}</view> <view class="confirm-item-text" v-if="item.key == 'address'">{{item.value_text.province_name}}{{item.value_text.city}}</view>
<view class="confirm-item-text" v-else><text v-if="item.key == 'price'"></text> {{item.value_text}}</view> <view class="confirm-item-text" v-else><text v-if="item.key == 'price'"></text> {{item.value_text}}</view>
</view> </view>
<view class="confirm-item" v-if="seekData.lawyer">
<view class="confirm-item-label">所属律师</view>
<view class="confirm-item-text">{{seekData.lawyer.name}}</view>
</view>
</view> </view>
<view class="confirm-user"> <view class="confirm-user">
<view class="confirm-user-text"><image src="https://cdn.douhuofalv.com/images/2023/04/20/c359f2fa277e6658157c7108f37d0d44.png" mode="widthFix"></image> 业务联系人</view> <view class="confirm-user-text"><image src="https://cdn.douhuofalv.com/images/2023/04/20/c359f2fa277e6658157c7108f37d0d44.png" mode="widthFix"></image> 业务联系人</view>

View File

@@ -47,10 +47,27 @@
{{item.total}} {{item.total}}
</view> </view>
</view> </view>
<view class="listItem-cont-label" v-if="item.can.lawyer_status != 0">
<view class="listItem-cont-name">
律师匹配
</view>
<view class="listItem-cont-text listItem-cont-price">
<block v-if="item.can.lawyer_status == 1">待匹配律师</block>
<block v-else-if="item.can.lawyer_status == 2">已匹配律师</block>
</view>
</view>
<view class="listItem-cont-label">
<view class="listItem-cont-name">
下单时间
</view>
<view class="listItem-cont-text listItem-cont-price">
{{item.created_at}}
</view>
</view>
</view> </view>
<view class="listItem-labor"> <view class="listItem-labor">
<view class="listItem-labor-time"> <view class="listItem-labor-time">
{{item.created_at}} <view @click="operateMore(item.order_id)" v-if="item.can.cancel">更多</view>
</view> </view>
<view class="listItem-labor-btn"> <view class="listItem-labor-btn">
<view v-if="item.can.sign" @click="esignClick(item.order_id, item.order_type)" class="listItem-labor-go"> <view v-if="item.can.sign" @click="esignClick(item.order_id, item.order_type)" class="listItem-labor-go">
@@ -70,7 +87,7 @@
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>
@@ -97,7 +114,7 @@
</template> </template>
<script> <script>
import { yearOrder, esignUrl } from '@/apis/interfaces/synthesis' import { yearOrder, esignUrl, yearCancel } from '@/apis/interfaces/synthesis'
export default { export default {
data() { data() {
return { return {
@@ -201,8 +218,8 @@
esignUrl({ esignUrl({
order_id : id, order_id : id,
order_type: type, order_type: type,
// redirect_url: "https://web.douhuofalv.com/user/index", redirect_url: "https://web.douhuofalv.com/user/index",
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index", // redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
channel : 'h5', channel : 'h5',
app_scheme : '' app_scheme : ''
}).then(res => { }).then(res => {
@@ -215,6 +232,39 @@
}) })
}, },
// 更多操作
operateMore(id) {
wx.showActionSheet({
itemList: ['取消订单'],
success: ()=> {
wx.showModal({
title : '提示',
content : '是否取消订单',
success : res=> {
if (res.confirm) {
yearCancel(id).then(res => {
wx.showToast({
title:'取消成功',
icon:'none'
})
// 获取-年费咨询单列表
this.yearServe();
}).catch(err => {
uni.showToast({
title: err.message,
icon : 'none'
})
})
}
}
})
},
fail: err=> {}
})
},
// 页面相关事件处理函数--监听用户下拉动作 // 页面相关事件处理函数--监听用户下拉动作
onPullDownRefresh() { onPullDownRefresh() {

View File

@@ -193,7 +193,7 @@
// 保存图片 // 保存图片
shareClick() { shareClick() {
this.paintings.views[0].url = "/static/imgs/shareBack.jpg" this.paintings.views[0].url = "https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/d34173270df8d67cef04cb3879076438.jpg"
this.paintings.views[1].text = "订单号:" + this.seekData.order_no this.paintings.views[1].text = "订单号:" + this.seekData.order_no
this.paintings.views[2].text = this.seekData.params[0].title + '' + this.seekData.params[0].value_text this.paintings.views[2].text = this.seekData.params[0].title + '' + this.seekData.params[0].value_text
this.paintings.views[3].text = this.seekData.params[1].title + '' + this.seekData.params[1].value_text this.paintings.views[3].text = this.seekData.params[1].title + '' + this.seekData.params[1].value_text

View File

@@ -20,7 +20,7 @@
{{item.title}} {{item.title}}
</view> </view>
<view class="list-btn"> <view class="list-btn">
<image v-if="status == 'init'" class="list-img" src="@/static/imgs/couponImg.png" mode="heightFix"></image> <image v-if="status == 'init'" class="list-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/0ca03129d2936e2882587703d995aafc.png" mode="heightFix"></image>
<view class="list-see"> <view class="list-see">
<view class="list-go" :class="{active : status != 'init'}"> <view class="list-go" :class="{active : status != 'init'}">
<text @click="$Router.push({name: 'indexIntroduce'})" v-if="status == 'init'">去使用</text> <text @click="$Router.push({name: 'indexIntroduce'})" v-if="status == 'init'">去使用</text>
@@ -54,7 +54,7 @@
</view> --> </view> -->
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无优惠券</view> <view>暂无优惠券</view>
</view> </view>
</view> </view>

View File

@@ -2,11 +2,11 @@
<view class="content"> <view class="content">
<!-- 临时 style="padding-top: 22%;" --> <!-- 临时 style="padding-top: 22%;" -->
<view class="userTop" :class="{active : !userLogin}"> <view class="userTop" :class="{active : !userLogin}">
<img class="userTop-back" src="@/static/imgs/userTop.png"> <img class="userTop-back" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/04e656417170e100efdd3443b0b8a6c8.png">
<view class="userTop-cont"> <view class="userTop-cont">
<view class="userTop-height" v-if="userLogin"> <view class="userTop-height" v-if="userLogin">
<view class="userTop-head"> <view class="userTop-head">
<image :src="userData.avatar ? userData.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image :src="userData.avatar ? userData.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
</view> </view>
<view class="userTop-text"> <view class="userTop-text">
<view class="userTop-name"> <view class="userTop-name">
@@ -19,7 +19,7 @@
</view> </view>
<view class="userTop-height" v-else @click="$Router.push({name: 'Login'})"> <view class="userTop-height" v-else @click="$Router.push({name: 'Login'})">
<view class="userTop-head"> <view class="userTop-head">
<image src="@/static/imgs/default_myHead.png" mode="aspectFill"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png" mode="aspectFill"></image>
</view> </view>
<view class="userTop-text"> <view class="userTop-text">
<view class="userTop-login"> <view class="userTop-login">
@@ -44,7 +44,7 @@
新订单 新订单
</view> </view>
</block> </block>
<img class="userSee-icon" src="@/static/imgs/userIcon_01.png"> <img class="userSee-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/2823f7c9ed144df424ca8ee6c47b0ff6.png">
</view> </view>
<!-- @click="$Router.push({name: 'synthesisOrder'})" --> <!-- @click="$Router.push({name: 'synthesisOrder'})" -->
@@ -60,7 +60,7 @@
<view class="userSee-tips"> <view class="userSee-tips">
支持精准匹配索引 支持精准匹配索引
</view> </view>
<img class="userSee-icon" src="@/static/imgs/userIcon_02.png"> <img class="userSee-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/84e573c04d3dcb7fa1cccefbde9bf851.png">
</view> </view>
</view> </view>
</view> </view>
@@ -73,17 +73,17 @@
</view> </view>
<view class="board-item" v-if="userData.business_orders_count"> <view class="board-item" v-if="userData.business_orders_count">
<view class="board-lable" :class="{active : userData.business_orders_count.confirm_count}" @click="$Router.push({name: 'OrderModify'})"> <view class="board-lable" :class="{active : userData.business_orders_count.confirm_count}" @click="$Router.push({name: 'OrderModify'})">
<img class="board-icon" src="@/static/imgs/userBoard_01.png"> <img class="board-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/935384ea494f72085a705087f871e047.png">
<view class="board-name">待确认方案</view> <view class="board-name">待确认方案</view>
<view class="board-number">{{userData.business_orders_count.confirm_count}}</view> <view class="board-number">{{userData.business_orders_count.confirm_count}}</view>
</view> </view>
<view class="board-lable" :class="{active : userData.business_orders_count.modify_count}" @click="$Router.push({name: 'OrderAffirm'})"> <view class="board-lable" :class="{active : userData.business_orders_count.modify_count}" @click="$Router.push({name: 'OrderAffirm'})">
<img class="board-icon" src="@/static/imgs/userBoard_02.png"> <img class="board-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/548b870435f7396bdeb67fc08535420b.png">
<view class="board-name active">修改订单资料</view> <view class="board-name active">修改订单资料</view>
<view class="board-number active">{{userData.business_orders_count.modify_count}}</view> <view class="board-number active">{{userData.business_orders_count.modify_count}}</view>
</view> </view>
<view class="board-lable" :class="{active : userData.business_orders_count.diff_count}" @click="$Router.push({name: 'OrderMake'})"> <view class="board-lable" :class="{active : userData.business_orders_count.diff_count}" @click="$Router.push({name: 'OrderMake'})">
<img class="board-icon" src="@/static/imgs/userBoard_03.png"> <img class="board-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e0b00a53e089c46678b32f94b02b3ec0.png">
<view class="board-name">补交服务费</view> <view class="board-name">补交服务费</view>
<view class="board-number">{{userData.business_orders_count.diff_count}}</view> <view class="board-number">{{userData.business_orders_count.diff_count}}</view>
</view> </view>

View File

@@ -4,7 +4,7 @@
<view class="base"> <view class="base">
<view class="base-tab"> <view class="base-tab">
<view class="base-tab-item"> <view class="base-tab-item">
<image class="base-tab-img" src="/static/icon//bankIcon_01_active.png" mode="aspectFill"></image> <image class="base-tab-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/b1eda850ca6b6ad74695d92617e9cdb5.png" mode="aspectFill"></image>
<view class="base-tab-cont"> <view class="base-tab-cont">
<view class="base-tab-name"> <view class="base-tab-name">
银行信息 银行信息
@@ -20,7 +20,7 @@
<text></text> <text></text>
</view> </view>
<view class="base-tab-item"> <view class="base-tab-item">
<image class="base-tab-img" src="/static/icon/bankIcon_02_active.png" mode="aspectFill"></image> <image class="base-tab-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/4aefa090d7cd1b18e429959137b27883.png" mode="aspectFill"></image>
<view class="base-tab-cont"> <view class="base-tab-cont">
<view class="base-tab-name"> <view class="base-tab-name">
其他信息 其他信息

View File

@@ -203,7 +203,7 @@
</view> </view>
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无数据</view> <view>暂无数据</view>
</view> </view>
</view> </view>

View File

@@ -3,7 +3,7 @@
<view class="list" v-if="insArr.length > 0"> <view class="list" v-if="insArr.length > 0">
<view class="label" v-for="(items, index) in insArr" :key="index" @click="$Router.push({name: 'userBank', params: {id: items.user_bank_id}})"> <view class="label" v-for="(items, index) in insArr" :key="index" @click="$Router.push({name: 'userBank', params: {id: items.user_bank_id}})">
<view class="label-top"> <view class="label-top">
<image class="label-logo" :src="items.institution.cover ? items.institution.cover : '/static/imgs/default_myBank.png'" mode="aspectFill"></image> <image class="label-logo" :src="items.institution.cover ? items.institution.cover : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/fe72dbc50056d1d1d0c3ebca9bc96833.png'" mode="aspectFill"></image>
<view class="label-name"> <view class="label-name">
{{items.institution.title}} {{items.institution.title}}
</view> </view>
@@ -36,7 +36,7 @@
</view> </view>
</view> </view>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无数据</view> <view>暂无数据</view>
</view> </view>
</view> </view>

View File

@@ -4,7 +4,7 @@
<view class="base"> <view class="base">
<view class="base-tab"> <view class="base-tab">
<view class="base-tab-item"> <view class="base-tab-item">
<image class="base-tab-img" src="/static/icon//bankIcon_01.png" mode="aspectFill"></image> <image class="base-tab-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e1dd45fe9a8163d9781ee4162c192ae0.png" mode="aspectFill"></image>
<view class="base-tab-cont"> <view class="base-tab-cont">
<view class="base-tab-name"> <view class="base-tab-name">
银行信息 银行信息
@@ -20,7 +20,7 @@
<text></text> <text></text>
</view> </view>
<view class="base-tab-item"> <view class="base-tab-item">
<image class="base-tab-img" src="/static/icon/bankIcon_02_active.png" mode="aspectFill"></image> <image class="base-tab-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/b1eda850ca6b6ad74695d92617e9cdb5.png" mode="aspectFill"></image>
<view class="base-tab-cont"> <view class="base-tab-cont">
<view class="base-tab-name"> <view class="base-tab-name">
其他信息 其他信息

View File

@@ -84,7 +84,7 @@
</view> </view>
<view class="btn"> <view class="btn">
<view class="btn-user" @click="callPhone(item.order.manager.username)"> <view class="btn-user" @click="callPhone(item.order.manager.username)">
<image class="btn-user-head" :src="item.order.manager.avatar ? item.order.manager.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image class="btn-user-head" :src="item.order.manager.avatar ? item.order.manager.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
<view class="btn-user-cont"> <view class="btn-user-cont">
<view class="btn-user-name">{{item.order.manager.nickname}}</view> <view class="btn-user-name">{{item.order.manager.nickname}}</view>
<view class="btn-user-tips">业务咨询</view> <view class="btn-user-tips">业务咨询</view>
@@ -109,7 +109,7 @@
</view> </view>
</block> </block>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>
</view> </view>

View File

@@ -84,7 +84,7 @@
</view> </view>
<view class="btn"> <view class="btn">
<view class="btn-user" @click="callPhone(item.order.manager.username)"> <view class="btn-user" @click="callPhone(item.order.manager.username)">
<image class="btn-user-head" :src="item.order.manager.avatar ? item.order.manager.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image class="btn-user-head" :src="item.order.manager.avatar ? item.order.manager.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
<view class="btn-user-cont"> <view class="btn-user-cont">
<view class="btn-user-name">{{item.order.manager.nickname}}</view> <view class="btn-user-name">{{item.order.manager.nickname}}</view>
<view class="btn-user-tips">业务咨询</view> <view class="btn-user-tips">业务咨询</view>
@@ -110,7 +110,7 @@
</view> </view>
</block> </block>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>
</view> </view>

View File

@@ -81,7 +81,7 @@
</view> </view>
<view class="btn"> <view class="btn">
<view class="btn-user" @click="callPhone(item.order.manager.username)"> <view class="btn-user" @click="callPhone(item.order.manager.username)">
<image class="btn-user-head" :src="item.order.manager.avatar ? item.order.manager.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image class="btn-user-head" :src="item.order.manager.avatar ? item.order.manager.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
<view class="btn-user-cont"> <view class="btn-user-cont">
<view class="btn-user-name">{{item.order.manager.nickname}}</view> <view class="btn-user-name">{{item.order.manager.nickname}}</view>
<view class="btn-user-tips">业务咨询</view> <view class="btn-user-tips">业务咨询</view>
@@ -106,7 +106,7 @@
</view> </view>
</block> </block>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无订单</view> <view>暂无订单</view>
</view> </view>
</view> </view>

View File

@@ -2,10 +2,10 @@
<view class="content"> <view class="content">
<block v-if="parentData"> <block v-if="parentData">
<view class="pages-back"> <view class="pages-back">
<image :src="parentData.avatar ? parentData.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image :src="parentData.avatar ? parentData.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
</view> </view>
<view class="pages-cont"> <view class="pages-cont">
<image class="pages-head" :src="parentData.avatar ? parentData.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image class="pages-head" :src="parentData.avatar ? parentData.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
<view class="pages-title"> <view class="pages-title">
<view class="pages-name"> <view class="pages-name">
{{parentData.nickname}} {{parentData.nickname}}
@@ -22,7 +22,7 @@
</view> </view>
</block> </block>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png" mode="aspectFill"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png" mode="aspectFill"></image>
<view class="pages-hint-text"> <view class="pages-hint-text">
暂无推荐人 暂无推荐人
</view> </view>

View File

@@ -1,35 +1,37 @@
<template> <template>
<view class="content"> <view class="content">
<view class="top"> <block v-if="refereeArr.length > 0">
<view class="top-name"> <view class="top">
我的伙伴{{refereeCount}} <view class="top-name">
我的伙伴{{refereeCount}}
</view>
</view> </view>
</view> <view class="list">
<view class="list" v-if="refereeArr.length > 0"> <view class="item" v-for="(item, index) in refereeArr" :key="index">
<view class="item" v-for="(item, index) in refereeArr" :key="index"> <image class="item-head" :src="item.avatar ? item.avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
<image class="item-head" :src="item.avatar ? item.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <view class="item-cont">
<view class="item-cont"> <view class="item-left">
<view class="item-left"> <view class="item-top">
<view class="item-top"> <view class="item-name">
<view class="item-name"> {{item.nickname}}
{{item.nickname}} </view>
<view class="item-sex">
<image src="/static/icon/man.png" mode="aspectFill"></image>
</view>
</view> </view>
<view class="item-sex"> <view class="item-identity" v-if="item.identity">
<image src="/static/icon/man.png" mode="aspectFill"></image> 抖火法律-{{item.identity.name}}
</view> </view>
</view> </view>
<view class="item-identity" v-if="item.identity"> <view class="item-right" @click="clickCall(item.username)">
抖火法律-{{item.identity.name}} 联系
</view> </view>
</view> </view>
<view class="item-right" @click="clickCall(item.username)">
联系
</view>
</view> </view>
</view> </view>
</view> </block>
<view class="pack-center pages-hint" v-else> <view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png" mode="aspectFill"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png" mode="aspectFill"></image>
<view class="pages-hint-text"> <view class="pages-hint-text">
暂无推荐人 暂无推荐人
</view> </view>

View File

@@ -7,7 +7,7 @@
<view class="label-name-text">修改头像</view> <view class="label-name-text">修改头像</view>
</view> </view>
<view class="label-tips"> <view class="label-tips">
<image class="label-name-head" :src="avatar ? avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image> <image class="label-name-head" :src="avatar ? avatar : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5641d82e94651198a0a2236f368ff9ba.png'" mode="aspectFill"></image>
<image class="label-name-arrow" src="/static/imgs/zK_arrow.png" mode="widthFix"></image> <image class="label-name-arrow" src="/static/imgs/zK_arrow.png" mode="widthFix"></image>
</view> </view>
</view> </view>
@@ -117,7 +117,7 @@
<view class="tipsBack" v-if="generalShow"></view> <view class="tipsBack" v-if="generalShow"></view>
<view class="tipsCont" v-if="generalShow"> <view class="tipsCont" v-if="generalShow">
<view class="tipsWhite"> <view class="tipsWhite">
<image class="tipsCont-img" src="@/static/imgs/general_back.png" mode="widthFix"></image> <image class="tipsCont-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/6b1485847b45273618f8d922ceee889c.png" mode="widthFix"></image>
<view class="tipsWhite-top"> <view class="tipsWhite-top">
<view class="tipsWhite-name"> <view class="tipsWhite-name">
关注抖火法律咨询公众号 关注抖火法律咨询公众号
@@ -273,8 +273,8 @@
judgeGeneral(){ judgeGeneral(){
// 获取微信授权信息 // 获取微信授权信息
authFollow({ authFollow({
// url: 'https://web.douhuofalv.com/webview/webCode' url: 'https://web.douhuofalv.com/webview/webCode'
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode' // url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
}).then(res => { }).then(res => {
window.location.href = res window.location.href = res
}).catch(err => { }).catch(err => {

View File

@@ -28,7 +28,7 @@
</view> </view>
</block> </block>
<view class="reveal-no pages-hint" v-else> <view class="reveal-no pages-hint" v-else>
<image src="/static/imgs/Noevaluate.png"></image> <image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/7ad417d0c215db601b8e1bead05c3a5e.png"></image>
<view>暂无数据</view> <view>暂无数据</view>
</view> </view>
</view> </view>

View File

@@ -30,27 +30,27 @@ router.beforeEach((to, from, next) => {
return return
} }
// 检查用户是否授权了微信 // 检查用户是否授权了微信
// if(to.name != 'webWechatIndex' && openId === ''){ if(to.name != 'webWechatIndex' && openId === ''){
// authFollow({ authFollow({
// url: 'https://web.douhuotest.douhuofalv.com/webWechat/index' // url: 'https://web.douhuotest.douhuofalv.com/webWechat/index'
// // url: 'https://web.douhuofalv.com/webWechat/index' url: 'https://web.douhuofalv.com/webWechat/index'
// }).then(res => { }).then(res => {
// window.location.href = res window.location.href = res
// }).catch(err => { }).catch(err => {
// uni.showToast({ uni.showToast({
// title: err.message, title: err.message,
// icon: "none" icon: "none"
// }) })
// }) })
// return return
// } }
// 检查是否需要登录 // 检查是否需要登录
if(to.auth && token === ''){ if(to.auth && token === ''){
next({ next({
name: 'Login', name: 'Login',
NAVTYPE: 'push', NAVTYPE: 'push',
params: { params: {
toName: to.name toName: to.name
} }
}) })

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 904 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 908 B

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Some files were not shown because too many files have changed in this diff Show More