[更新]
@@ -8,8 +8,8 @@ import store from '@/store'
|
||||
|
||||
// 基础配置
|
||||
const config = {
|
||||
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', // 测试环境
|
||||
// apiUrl : 'https://douhuo.douhuofalv.com/api/', // 正式环境
|
||||
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', // 测试环境
|
||||
apiUrl : 'https://douhuo.douhuofalv.com/api/', // 正式环境
|
||||
timeout : 60000
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
synthesisCount,
|
||||
synthList,
|
||||
@@ -273,5 +299,8 @@ export {
|
||||
diffPrices,
|
||||
entrustPay,
|
||||
cancelPrices,
|
||||
esignUrl
|
||||
esignUrl,
|
||||
yearCancel,
|
||||
entrustCancel,
|
||||
expandCancel
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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>
|
||||
<button type="default" size="mini" @click="$Router.replaceAll({name: 'Index'})">返回首页</button>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<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-name">
|
||||
{{title}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<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>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<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>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<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">
|
||||
<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>
|
||||
<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>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<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>
|
||||
@@ -59,7 +59,7 @@
|
||||
<view class="topCont-whole-tips">
|
||||
咨询服务 抖火法律
|
||||
</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 class="topCont-tool-right">
|
||||
@@ -182,7 +182,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
抱歉,您还没有业务员
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<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>
|
||||
@@ -60,7 +60,7 @@
|
||||
<view class="topCont-tool-tips">
|
||||
咨询服务 抖火法律
|
||||
</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 class="topCont-tool-label redBlock" @click="$Router.push({name: 'EntrustBrief'})">
|
||||
@@ -71,7 +71,7 @@
|
||||
<view class="topCont-tool-tips">
|
||||
咨询服务 抖火法律
|
||||
</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>
|
||||
@@ -84,7 +84,7 @@
|
||||
<view class="topCont-tool-tips">
|
||||
咨询服务 抖火法律
|
||||
</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 class="topCont-tool-label greenBlock" @click="$Router.push({name: 'ExpandBrief'})">
|
||||
@@ -95,7 +95,7 @@
|
||||
<view class="topCont-tool-tips">
|
||||
咨询服务 抖火法律
|
||||
</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>
|
||||
@@ -195,7 +195,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
抱歉,您还没有业务员
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<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">
|
||||
3
|
||||
@@ -17,7 +16,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
请您先关注抖火法律咨询公众号
|
||||
@@ -79,8 +78,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<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 class="lawyerCont">
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<view class="lawyerBtn">
|
||||
<view class="lawyerBtn-name">您的心事,我们“抖”懂</view>
|
||||
<!-- @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-see" src="../../static/imgs/consult_text.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="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e4f37a76780df657cda85c242bfd792c.png" mode="widthFix"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
请您先关注抖火法律咨询公众号
|
||||
@@ -95,8 +95,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<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-name">
|
||||
支付成功
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
{{index == 0 ? '校验手机号' : '校验邀请码'}}
|
||||
</button>
|
||||
<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-name">{{userData.nickname}}</view>
|
||||
<view class="workUser-cont-btn" @click="binding">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<img class="loginBack" src="@/static/imgs/login_back.png">
|
||||
<img class="loginBottom" src="@/static/imgs/login_bottom.png">
|
||||
<img class="loginBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5682d339246af0f44b4984c849288aa5.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-name">
|
||||
找回密码
|
||||
@@ -63,7 +63,7 @@
|
||||
<view class="modifyBack" v-if="modifyPop"></view>
|
||||
<view class="modifyCont" v-if="modifyPop">
|
||||
<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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<img class="loginBack" src="@/static/imgs/login_back.png">
|
||||
<img class="loginBottom" src="@/static/imgs/login_bottom.png">
|
||||
<img class="loginBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5682d339246af0f44b4984c849288aa5.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-name">
|
||||
用户登录
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<img class="loginBack" src="@/static/imgs/login_back.png">
|
||||
<img class="loginBottom" src="@/static/imgs/login_bottom.png">
|
||||
<img class="loginBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5682d339246af0f44b4984c849288aa5.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-name">
|
||||
修改密码
|
||||
@@ -67,7 +67,7 @@
|
||||
<view class="modifyBack" v-if="modifyPop"></view>
|
||||
<view class="modifyCont" v-if="modifyPop">
|
||||
<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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<img class="loginBack" src="@/static/imgs/login_back.png">
|
||||
<img class="loginBottom" src="@/static/imgs/login_bottom.png">
|
||||
<img class="loginBack" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/5682d339246af0f44b4984c849288aa5.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-name">
|
||||
立即注册
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<view class="base">
|
||||
<view class="base-tab">
|
||||
<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-name">
|
||||
银行信息
|
||||
@@ -20,7 +20,7 @@
|
||||
<text></text>
|
||||
</view>
|
||||
<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-name">
|
||||
其他信息
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<view class="base">
|
||||
<view class="base-tab">
|
||||
<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-name">
|
||||
银行信息
|
||||
@@ -20,7 +20,7 @@
|
||||
<text></text>
|
||||
</view>
|
||||
<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-name">
|
||||
其他信息
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<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-name">
|
||||
认证成功
|
||||
@@ -21,7 +21,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
请您先关注抖火法律咨询公众号
|
||||
@@ -78,8 +78,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode',
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode',
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<!-- 推荐 -->
|
||||
<view class="recommend">
|
||||
<view class="item">
|
||||
<image class="loanBack" src="@/static/imgs/loanBack.png" mode="widthFix"></image>
|
||||
<image class="loanIcon" src="@/static/imgs/loanIcon.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="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/a57fc35cbdcac70c5f28ddf05eab455e.png" mode="widthFix"></image>
|
||||
<view class="loanTips">
|
||||
优选推荐
|
||||
</view>
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
</block>
|
||||
<block v-else>
|
||||
<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>
|
||||
@@ -112,7 +112,7 @@
|
||||
</view>
|
||||
<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">
|
||||
<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">
|
||||
{{item.title}}
|
||||
</view>
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
</block>
|
||||
<block v-else>
|
||||
<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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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="express-write">
|
||||
<view class="express-block express-adderss">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</view>
|
||||
<view class="pack-white">
|
||||
<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-name">
|
||||
正在办理中...
|
||||
@@ -81,7 +81,7 @@
|
||||
</view>
|
||||
|
||||
<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>
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
</view>
|
||||
<view class="idcardImg">
|
||||
<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>
|
||||
</view>
|
||||
<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>
|
||||
@@ -94,8 +94,8 @@
|
||||
realName({
|
||||
front_card: this.frontCard.path,
|
||||
back_card : this.backCard.path,
|
||||
// redirect_url: "https://web.douhuofalv.com/sheet/authSuccess",
|
||||
redirect_url: "https://web.douhuotest.douhuofalv.com/sheet/authSuccess"
|
||||
redirect_url: "https://web.douhuofalv.com/sheet/authSuccess",
|
||||
// redirect_url: "https://web.douhuotest.douhuofalv.com/sheet/authSuccess"
|
||||
}).then(res => {
|
||||
this.realData = res.certification
|
||||
this.authShortUrl = res.sign.authShortUrl
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<view class="content">
|
||||
<!-- @click="$Router.push({name: 'sheetSpeed'})" -->
|
||||
<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-label">
|
||||
<view class="model-number">
|
||||
@@ -336,7 +336,7 @@
|
||||
<view class="btn">
|
||||
<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-name">{{item.manager.nickname}}</view>
|
||||
<view class="btn-user-tips">业务咨询</view>
|
||||
@@ -405,7 +405,7 @@
|
||||
</view>
|
||||
</block>
|
||||
<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>
|
||||
@@ -558,8 +558,8 @@
|
||||
// 去签约
|
||||
contractClick(id) {
|
||||
contractGo(id, {
|
||||
// redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
// redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
app_scheme : ''
|
||||
}).then(res => {
|
||||
// let faceUrl = encodeURIComponent(res.sign_url)
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<!-- 立即咨询 -->
|
||||
<view class="lawyerBtn">
|
||||
<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-see" src="../../static/imgs/consult_text.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="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/e4f37a76780df657cda85c242bfd792c.png" mode="widthFix"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
请您先关注抖火法律咨询公众号
|
||||
@@ -81,8 +81,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode',
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode',
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<block v-if="logisticArr.length > 0">
|
||||
<view class="top">
|
||||
<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 class="top-cont">
|
||||
<view class="top-name">
|
||||
@@ -44,7 +44,7 @@
|
||||
</view>
|
||||
</block>
|
||||
<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>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
</view>
|
||||
<view class="paymentList-label" @click="payType('umsMp')">
|
||||
<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 class="paymentList-right">
|
||||
<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-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 class="paymentList-right">
|
||||
<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-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 class="paymentList-right">
|
||||
<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 class="paymentList-label" @click="payType('dgAli')">
|
||||
<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 class="paymentList-right">
|
||||
<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是线下 -->
|
||||
<wx-open-launch-weapp
|
||||
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">
|
||||
<style>
|
||||
@@ -110,7 +110,7 @@
|
||||
</view>
|
||||
<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)">
|
||||
<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-number">
|
||||
{{item.price}}<text>元</text>
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
订单支付
|
||||
<text>与人方便,与己方便,珍惜时间,请先付款</text>
|
||||
</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 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-top">
|
||||
<view class="paymentShow-top-name">订单名称:<text>{{style == 'chajia' ? '补差价' : '咨询服务费'}}</text></view>
|
||||
@@ -42,7 +42,7 @@
|
||||
<!-- douhuotest dev=0是线上 dev=1是线下 -->
|
||||
<wx-open-launch-weapp
|
||||
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">
|
||||
<style>
|
||||
@@ -289,8 +289,8 @@
|
||||
|
||||
// 获取微信授权信息-获取oppid
|
||||
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.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
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<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-name">
|
||||
支付成功
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<view class="content">
|
||||
<!-- 提示 -->
|
||||
<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-name">
|
||||
资料正在审核中...
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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="speedCont">
|
||||
<view class="item" :class="{active: !item.over && !item.status}" v-for="(item, index) in stepArr" :key="index">
|
||||
@@ -436,8 +436,8 @@
|
||||
// 去签约
|
||||
contractClick() {
|
||||
contractGo(this.$Route.query.id, {
|
||||
// redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
// redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
app_scheme : ''
|
||||
}).then(res => {
|
||||
// let faceUrl = encodeURIComponent(res.sign_url)
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
</view>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
请您先关注抖火法律咨询公众号
|
||||
@@ -231,8 +231,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -171,6 +171,7 @@
|
||||
|
||||
orderId : '', // 订单 ID
|
||||
orderType : '', // 订单类型
|
||||
orderPrice : '', // 订单金额
|
||||
voucherState : false, // 上传凭证弹出
|
||||
disabled : false
|
||||
}
|
||||
@@ -324,7 +325,19 @@
|
||||
user_id: ''
|
||||
}).then(res => {
|
||||
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)
|
||||
|
||||
}).catch( err => {
|
||||
uni.showToast({
|
||||
title: err.message,
|
||||
@@ -337,6 +350,7 @@
|
||||
expressSheet(id, type, can, price) {
|
||||
this.orderId = id
|
||||
this.orderType = type
|
||||
this.orderPrice = price
|
||||
uni.showActionSheet({
|
||||
itemList: ['线上支付', '线下支付'],
|
||||
success: sheetRes => {
|
||||
@@ -347,7 +361,7 @@
|
||||
}
|
||||
this.voucherState = true
|
||||
} 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 => {
|
||||
@@ -377,7 +391,7 @@
|
||||
// 上传凭证
|
||||
clickOpen() {
|
||||
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}})
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
<view class="orderTab-item" :class="{active : yearStatus == 5}" @click="stateClick('5')">已驳回</view>
|
||||
</scroll-view>
|
||||
<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')">
|
||||
<text>未退款</text>
|
||||
</view>
|
||||
@@ -41,6 +44,23 @@
|
||||
{{item.entrust.title}}
|
||||
</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-name">
|
||||
订单金额
|
||||
@@ -49,6 +69,14 @@
|
||||
¥{{item.total}}
|
||||
</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-name">
|
||||
补差价金额
|
||||
@@ -58,10 +86,18 @@
|
||||
<view class="listItem-cont-btn">去支付</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 class="listItem-labor">
|
||||
<view class="listItem-labor-time">
|
||||
{{item.created_at}}
|
||||
<view @click="operateMore(item.entrust_order_id)" v-if="item.can.cancel">更多</view>
|
||||
</view>
|
||||
<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">
|
||||
@@ -85,7 +121,7 @@
|
||||
</view>
|
||||
|
||||
<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>
|
||||
|
||||
@@ -130,12 +166,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { entrustOrder, entrustPay, esignUrl } from '@/apis/interfaces/synthesis'
|
||||
import { entrustOrder, entrustPay, esignUrl, entrustCancel } from '@/apis/interfaces/synthesis'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
yearStatus : 0, // 0 未付款 1 2
|
||||
refundStatus : 0, // 0 退款 0 1
|
||||
refundStatus : 'all', // 全部 0 退款 0 1
|
||||
yearArr : [], // 委托单列表
|
||||
orderType : '', // 委托单列表-类型
|
||||
orderId : '', // 委托单列表-id
|
||||
@@ -149,11 +185,11 @@
|
||||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
this.yearStatus = this.$Route.query.yearStatus || 0
|
||||
},
|
||||
created() {},
|
||||
|
||||
onShow() {
|
||||
this.yearStatus = this.$Route.query.yearStatus || 0
|
||||
|
||||
// 获取-委托单-列表
|
||||
this.yearServe();
|
||||
},
|
||||
@@ -204,8 +240,8 @@
|
||||
esignUrl({
|
||||
order_id : id,
|
||||
order_type: type,
|
||||
// redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
// redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
channel : 'h5',
|
||||
app_scheme : ''
|
||||
}).then(res => {
|
||||
@@ -283,6 +319,48 @@
|
||||
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() {
|
||||
// 获取-委托单-列表
|
||||
@@ -417,6 +495,16 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
</view>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
@@ -240,7 +240,6 @@
|
||||
value: subData[key]
|
||||
})
|
||||
}
|
||||
|
||||
entrustPost(this.$Route.query.entrustId, {
|
||||
data: dataArr,
|
||||
type: 'self',
|
||||
@@ -248,6 +247,17 @@
|
||||
user_id: ''
|
||||
}).then(res => {
|
||||
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 )
|
||||
}).catch( err => {
|
||||
uni.showToast({
|
||||
|
||||
@@ -8,12 +8,21 @@
|
||||
<view class="list-title-trim"></view>
|
||||
</view>
|
||||
<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">
|
||||
{{item.title}}
|
||||
</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>
|
||||
@@ -23,7 +32,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
请您先关注抖火法律咨询公众号
|
||||
@@ -42,6 +51,27 @@
|
||||
</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>
|
||||
</template>
|
||||
|
||||
@@ -52,16 +82,23 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
entrustArr : [], //案件委托列表
|
||||
generalShow : false // 公众号
|
||||
entrustArr : [], //案件委托列表
|
||||
generalShow : false,
|
||||
voucherState : false, // 上传凭证弹出// 公众号
|
||||
orderId : '', // 订单 ID
|
||||
orderType : '', // 订单类型
|
||||
orderPrice : '', // 订单金额
|
||||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
created() {},
|
||||
|
||||
onShow() {
|
||||
// 获取-案件委托-列表
|
||||
this.yearServe();
|
||||
},
|
||||
|
||||
|
||||
methods: {
|
||||
// 案件委托-列表
|
||||
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) {
|
||||
// 判断是否认证
|
||||
@@ -109,8 +210,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
@@ -122,7 +223,7 @@
|
||||
|
||||
// 关闭公众号
|
||||
this.generalShow = false
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -234,10 +335,13 @@
|
||||
color: #12053d;
|
||||
display: inline-block;
|
||||
line-height: 54rpx;
|
||||
padding: 0 35rpx;
|
||||
padding: 0 30rpx;
|
||||
border-radius: 54rpx;
|
||||
font-size: 28rpx;
|
||||
font-size: 26rpx;
|
||||
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>
|
||||
@@ -34,6 +34,23 @@
|
||||
{{item.expand.title}}
|
||||
</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-name">
|
||||
订单金额
|
||||
@@ -51,10 +68,18 @@
|
||||
<view class="listItem-cont-btn">去支付</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 class="listItem-labor">
|
||||
<view class="listItem-labor-time">
|
||||
{{item.created_at}}
|
||||
<view @click="operateMore(item.expand_order_id)" v-if="item.can.cancel">更多</view>
|
||||
</view>
|
||||
<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">
|
||||
@@ -79,7 +104,7 @@
|
||||
</view>
|
||||
|
||||
<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>
|
||||
|
||||
@@ -123,7 +148,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { expandOrder, entrustPay, esignUrl } from '@/apis/interfaces/synthesis'
|
||||
import { expandOrder, entrustPay, esignUrl, expandCancel } from '@/apis/interfaces/synthesis'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -194,8 +219,8 @@
|
||||
esignUrl({
|
||||
order_id : id,
|
||||
order_type: type,
|
||||
// redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
// redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
channel : 'h5',
|
||||
app_scheme : ''
|
||||
}).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() {
|
||||
// 获取-拓展单-列表
|
||||
|
||||
@@ -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-else><text v-if="item.key == 'price'">¥</text> {{item.value_text}}</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 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-name">{{parent.nickname}}</view>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<view class="paymentList-label" @click="payType('umsAli')">
|
||||
<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 class="paymentList-right">
|
||||
<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 class="paymentList-label" @click="payType('umsMp')">
|
||||
<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 class="paymentList-right">
|
||||
<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-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 class="paymentList-right">
|
||||
<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 class="paymentList-label" @click="payType('dgwx')" >
|
||||
<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 class="paymentList-right">
|
||||
<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是线下 -->
|
||||
<wx-open-launch-weapp
|
||||
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">
|
||||
<style>
|
||||
@@ -95,7 +95,7 @@
|
||||
<!-- 支付成功弹出 -->
|
||||
<view class="payMakeBack" :class="{active: payMakePop}" catchtouchmove='true'></view>
|
||||
<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>
|
||||
@@ -352,8 +352,8 @@
|
||||
|
||||
// 获取微信授权信息-获取oppid
|
||||
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.douhuotest.douhuofalv.com/webWechat/index?id=' + this.orderId + '&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
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<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-name">
|
||||
支付成功
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
请您先关注抖火法律咨询公众号
|
||||
@@ -243,8 +243,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -22,6 +22,22 @@
|
||||
{{item.user.parent.nickname}}
|
||||
</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 class="listItem-labor">
|
||||
<view class="listItem-labor-time">
|
||||
@@ -37,7 +53,7 @@
|
||||
</view>
|
||||
|
||||
<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>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
请您先关注抖火法律咨询公众号
|
||||
@@ -191,7 +191,7 @@
|
||||
}
|
||||
}
|
||||
})
|
||||
break;
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
@@ -268,8 +268,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -385,7 +385,7 @@
|
||||
.idcardBtn {
|
||||
background-color: #111e4b;
|
||||
width: 100%;
|
||||
padding: 20rpx 60rpx 60rpx;
|
||||
padding: 20rpx 60rpx 140rpx;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
.idcardBtn-go {
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<image class="cover-item-src" :src="item" mode="aspectFill"></image>
|
||||
</view>
|
||||
<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>
|
||||
@@ -109,7 +109,8 @@
|
||||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
onShow() {
|
||||
console.log(this.$Route.query)
|
||||
this.type = this.$Route.query.type
|
||||
this.price = this.$Route.query.price
|
||||
|
||||
|
||||
@@ -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-else><text v-if="item.key == 'price'">¥</text> {{item.value_text}}</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 class="confirm-user">
|
||||
<view class="confirm-user-text"><image src="https://cdn.douhuofalv.com/images/2023/04/20/c359f2fa277e6658157c7108f37d0d44.png" mode="widthFix"></image> 业务联系人</view>
|
||||
|
||||
@@ -47,10 +47,27 @@
|
||||
¥{{item.total}}
|
||||
</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 class="listItem-labor">
|
||||
<view class="listItem-labor-time">
|
||||
{{item.created_at}}
|
||||
<view @click="operateMore(item.order_id)" v-if="item.can.cancel">更多</view>
|
||||
</view>
|
||||
<view class="listItem-labor-btn">
|
||||
<view v-if="item.can.sign" @click="esignClick(item.order_id, item.order_type)" class="listItem-labor-go">
|
||||
@@ -70,7 +87,7 @@
|
||||
</view>
|
||||
|
||||
<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>
|
||||
|
||||
@@ -97,7 +114,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { yearOrder, esignUrl } from '@/apis/interfaces/synthesis'
|
||||
import { yearOrder, esignUrl, yearCancel } from '@/apis/interfaces/synthesis'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -201,8 +218,8 @@
|
||||
esignUrl({
|
||||
order_id : id,
|
||||
order_type: type,
|
||||
// redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
redirect_url: "https://web.douhuofalv.com/user/index",
|
||||
// redirect_url: "https://web.douhuotest.douhuofalv.com/user/index",
|
||||
channel : 'h5',
|
||||
app_scheme : ''
|
||||
}).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() {
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
|
||||
// 保存图片
|
||||
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[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
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
{{item.title}}
|
||||
</view>
|
||||
<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-go" :class="{active : status != 'init'}">
|
||||
<text @click="$Router.push({name: 'indexIntroduce'})" v-if="status == 'init'">去使用</text>
|
||||
@@ -54,7 +54,7 @@
|
||||
</view> -->
|
||||
</view>
|
||||
<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>
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
<view class="content">
|
||||
<!-- 临时 style="padding-top: 22%;" -->
|
||||
<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-height" v-if="userLogin">
|
||||
<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 class="userTop-text">
|
||||
<view class="userTop-name">
|
||||
@@ -19,7 +19,7 @@
|
||||
</view>
|
||||
<view class="userTop-height" v-else @click="$Router.push({name: 'Login'})">
|
||||
<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 class="userTop-text">
|
||||
<view class="userTop-login">
|
||||
@@ -44,7 +44,7 @@
|
||||
新订单
|
||||
</view>
|
||||
</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>
|
||||
|
||||
<!-- @click="$Router.push({name: 'synthesisOrder'})" -->
|
||||
@@ -60,7 +60,7 @@
|
||||
<view class="userSee-tips">
|
||||
支持精准匹配索引
|
||||
</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>
|
||||
@@ -73,17 +73,17 @@
|
||||
</view>
|
||||
<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'})">
|
||||
<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-number">{{userData.business_orders_count.confirm_count}}</view>
|
||||
</view>
|
||||
<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-number active">{{userData.business_orders_count.modify_count}}</view>
|
||||
</view>
|
||||
<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-number">{{userData.business_orders_count.diff_count}}</view>
|
||||
</view>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<view class="base">
|
||||
<view class="base-tab">
|
||||
<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-name">
|
||||
银行信息
|
||||
@@ -20,7 +20,7 @@
|
||||
<text></text>
|
||||
</view>
|
||||
<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-name">
|
||||
其他信息
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<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>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<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-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">
|
||||
{{items.institution.title}}
|
||||
</view>
|
||||
@@ -36,7 +36,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<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>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<view class="base">
|
||||
<view class="base-tab">
|
||||
<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-name">
|
||||
银行信息
|
||||
@@ -20,7 +20,7 @@
|
||||
<text></text>
|
||||
</view>
|
||||
<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-name">
|
||||
其他信息
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
</view>
|
||||
<view class="btn">
|
||||
<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-name">{{item.order.manager.nickname}}</view>
|
||||
<view class="btn-user-tips">业务咨询</view>
|
||||
@@ -109,7 +109,7 @@
|
||||
</view>
|
||||
</block>
|
||||
<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>
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
</view>
|
||||
<view class="btn">
|
||||
<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-name">{{item.order.manager.nickname}}</view>
|
||||
<view class="btn-user-tips">业务咨询</view>
|
||||
@@ -110,7 +110,7 @@
|
||||
</view>
|
||||
</block>
|
||||
<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>
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</view>
|
||||
<view class="btn">
|
||||
<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-name">{{item.order.manager.nickname}}</view>
|
||||
<view class="btn-user-tips">业务咨询</view>
|
||||
@@ -106,7 +106,7 @@
|
||||
</view>
|
||||
</block>
|
||||
<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>
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<view class="content">
|
||||
<block v-if="parentData">
|
||||
<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 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-name">
|
||||
{{parentData.nickname}}
|
||||
@@ -22,7 +22,7 @@
|
||||
</view>
|
||||
</block>
|
||||
<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>
|
||||
|
||||
@@ -1,35 +1,37 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<view class="top">
|
||||
<view class="top-name">
|
||||
我的伙伴({{refereeCount}}人)
|
||||
<block v-if="refereeArr.length > 0">
|
||||
<view class="top">
|
||||
<view class="top-name">
|
||||
我的伙伴({{refereeCount}}人)
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="list" v-if="refereeArr.length > 0">
|
||||
<view class="item" v-for="(item, index) in refereeArr" :key="index">
|
||||
<image class="item-head" :src="item.avatar ? item.avatar : '/static/imgs/default_myHead.png'" mode="aspectFill"></image>
|
||||
<view class="item-cont">
|
||||
<view class="item-left">
|
||||
<view class="item-top">
|
||||
<view class="item-name">
|
||||
{{item.nickname}}
|
||||
<view class="list">
|
||||
<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>
|
||||
<view class="item-cont">
|
||||
<view class="item-left">
|
||||
<view class="item-top">
|
||||
<view class="item-name">
|
||||
{{item.nickname}}
|
||||
</view>
|
||||
<view class="item-sex">
|
||||
<image src="/static/icon/man.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="item-sex">
|
||||
<image src="/static/icon/man.png" mode="aspectFill"></image>
|
||||
<view class="item-identity" v-if="item.identity">
|
||||
抖火法律-{{item.identity.name}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="item-identity" v-if="item.identity">
|
||||
抖火法律-{{item.identity.name}}
|
||||
<view class="item-right" @click="clickCall(item.username)">
|
||||
联系
|
||||
</view>
|
||||
</view>
|
||||
<view class="item-right" @click="clickCall(item.username)">
|
||||
联系
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<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>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<view class="label-name-text">修改头像</view>
|
||||
</view>
|
||||
<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>
|
||||
</view>
|
||||
</view>
|
||||
@@ -117,7 +117,7 @@
|
||||
<view class="tipsBack" v-if="generalShow"></view>
|
||||
<view class="tipsCont" v-if="generalShow">
|
||||
<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-name">
|
||||
关注抖火法律咨询公众号
|
||||
@@ -273,8 +273,8 @@
|
||||
judgeGeneral(){
|
||||
// 获取微信授权信息
|
||||
authFollow({
|
||||
// url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
url: 'https://web.douhuofalv.com/webview/webCode'
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webview/webCode'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
</view>
|
||||
</block>
|
||||
<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>
|
||||
|
||||
@@ -30,20 +30,20 @@ router.beforeEach((to, from, next) => {
|
||||
return
|
||||
}
|
||||
// 检查用户是否授权了微信
|
||||
// if(to.name != 'webWechatIndex' && openId === ''){
|
||||
// authFollow({
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webWechat/index'
|
||||
// // url: 'https://web.douhuofalv.com/webWechat/index'
|
||||
// }).then(res => {
|
||||
// window.location.href = res
|
||||
// }).catch(err => {
|
||||
// uni.showToast({
|
||||
// title: err.message,
|
||||
// icon: "none"
|
||||
// })
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
if(to.name != 'webWechatIndex' && openId === ''){
|
||||
authFollow({
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webWechat/index'
|
||||
url: 'https://web.douhuofalv.com/webWechat/index'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
title: err.message,
|
||||
icon: "none"
|
||||
})
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
// 检查是否需要登录
|
||||
if(to.auth && token === ''){
|
||||
|
||||
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 408 KiB |
|
Before Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 433 B |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 904 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 725 B |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 711 B |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 874 B |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 873 B |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 950 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 722 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 381 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 713 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 564 B |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 391 B |
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 520 B |
|
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 486 B |
|
Before Width: | Height: | Size: 908 B After Width: | Height: | Size: 707 B |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |