diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 4ccd172..9b0d791 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -13,7 +13,7 @@
"type" : "uniCloud"
},
{
- "playground" : "custom",
+ "playground" : "standard",
"type" : "uni-app:app-android"
}
]
diff --git a/App.vue b/App.vue
index f562823..bab82ac 100644
--- a/App.vue
+++ b/App.vue
@@ -6,7 +6,8 @@
// 获取系统版本号
getVersions({
platform: plus.os.name,
- version : plus.runtime.version
+ version : plus.runtime.version,
+ channel : 'app'
}).then(res => {
if (res.update) {
uni.showModal({
@@ -59,9 +60,9 @@
},
globalData:{
signUrl: "https://web.douhuofalv.com/app/e-sign?sign_type=order",
- // https://web.douhuotest.douhuofalv.com/app/e-sign?sign_type=order 测试环境
- certificationUrl: 'http://web.douhuofalv.com/app/e-sign?sign_type=personal',
- // 'https://web.douhuotest.douhuofalv.com/app/e-sign?sign_type=personal' 测试环境
+ // signUrl: "https://web.douhuotest.douhuofalv.com/app/e-sign?sign_type=order", //测试环境
+ certificationUrl: 'http://web.douhuofalv.com/app/e-sign?sign_type=personal',
+ // certificationUrl: 'https://web.douhuotest.douhuofalv.com/app/e-sign?sign_type=personal', //测试环境
}
}
diff --git a/apis/index.js b/apis/index.js
index 33e6bb6..917ef93 100644
--- a/apis/index.js
+++ b/apis/index.js
@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置
const config = {
- // apiUrl : 'https://douhuo.douhuofalv.com/api/',
- apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
+ apiUrl : 'https://douhuo.douhuofalv.com/api/',
+ // apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
timeout : 60000
}
@@ -67,7 +67,6 @@ const request = (parameter, hideLoding = true) => {
errToast(res.statusCode)
},
fail(err) {
- console.log(err)
uni.showToast({
title: '网络错误,请检查您设备网络状态',
icon : 'none'
diff --git a/apis/interfaces/account.js b/apis/interfaces/account.js
index 6be342b..b7cb453 100644
--- a/apis/interfaces/account.js
+++ b/apis/interfaces/account.js
@@ -50,9 +50,6 @@ const withdrawsCreate = () => {
// 奖金提现申请
const withdraws = data => {
-
- console.log(data)
-
return request({
url: 'withdraws/index',
method: 'POST',
diff --git a/apis/interfaces/index.js b/apis/interfaces/index.js
index d61fc2b..76224e3 100644
--- a/apis/interfaces/index.js
+++ b/apis/interfaces/index.js
@@ -25,7 +25,7 @@ const jf = (data) =>{
data
})
}
-// 金法服务包
+// 综法服务包
const zf = (data) =>{
return request({
url: "app/services/zf",
diff --git a/apis/interfaces/user.js b/apis/interfaces/user.js
index b8672bd..102dd68 100644
--- a/apis/interfaces/user.js
+++ b/apis/interfaces/user.js
@@ -180,6 +180,13 @@ const createCity = (data) =>{
})
}
+// 盘债计算器
+const debtUrl = () => {
+ return request({
+ url: "debt/url"
+ })
+}
+
export {
relations,
code,
@@ -201,5 +208,6 @@ export {
getTeamLogs,
getSignLogs,
getFlows,
- createCity
+ createCity,
+ debtUrl
}
diff --git a/apis/interfaces/work.js b/apis/interfaces/work.js
index 3e7e84d..34db464 100644
--- a/apis/interfaces/work.js
+++ b/apis/interfaces/work.js
@@ -39,9 +39,32 @@ const synthesisCount = () => {
})
}
+// 获取综法法律咨询单统计
+const synthesisServices = () => {
+ return request({
+ url : 'synthesis/data/services',
+ data : {
+ channel : 'manage'
+ }
+ })
+}
+
+// 获取综法诉讼委托单统计
+const synthesisAttorney = () => {
+ return request({
+ url : 'synthesis/data/attorney',
+ data : {
+ channel : 'manage'
+ }
+ })
+}
+
+
export {
index,
rights,
sign,
- synthesisCount
+ synthesisCount,
+ synthesisServices,
+ synthesisAttorney
}
\ No newline at end of file
diff --git a/components/entrustOrder.vue b/components/entrustOrder.vue
index b7b26ac..3c87e74 100644
--- a/components/entrustOrder.vue
+++ b/components/entrustOrder.vue
@@ -38,6 +38,8 @@
审核中
被驳回
+
+
@@ -129,6 +131,10 @@
// 取消订单
onCancel(id){
this.$emit('cancel', id)
+ },
+ // 线上支付被驳回
+ onPayTurn(id){
+ this.$emit('payTurn', id)
}
}
}
diff --git a/components/synthesisOrder.vue b/components/synthesisOrder.vue
index 4ef2090..daac3cc 100644
--- a/components/synthesisOrder.vue
+++ b/components/synthesisOrder.vue
@@ -6,8 +6,8 @@
{{user.nickname}}{{user.username}}
-
-
+
+ -->
{{ lawyer.name || '-' }}
待匹配律师
@@ -71,6 +71,12 @@
isSelf: {
type : Boolean,
default : false
+ },
+ can : {
+ type : Object,
+ default : () => {
+ return { }
+ }
}
},
methods: {
@@ -78,8 +84,6 @@
this.$emit('info', id)
},
onPhone(mobile){
- console.log(mobile)
-
this.$emit('callPhone', mobile)
},
onSing(id){
diff --git a/manifest.json b/manifest.json
index 7d4570f..0648c26 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,8 +1,8 @@
{
- "name" : "抖火",
+ "name" : "抖火法律",
"appid" : "__UNI__C305C03",
"description" : "纵有疾风起,人生不言弃",
- "versionName" : "1.4.6",
+ "versionName" : "1.4.9",
"versionCode" : 104,
"transformPx" : false,
/* 5+App特有相关 */
diff --git a/pages.json b/pages.json
index 94a4334..d15ec79 100644
--- a/pages.json
+++ b/pages.json
@@ -617,6 +617,42 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
+ }, {
+ "path": "pages/synthesize/consultWork",
+ "name": "ConsultWork",
+ "auth": true,
+ "style": {
+ "navigationBarTitleText": "协商调解单",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/synthesize/serviceWork",
+ "name": "ServiceWork",
+ "auth": true,
+ "style": {
+ "navigationBarTitleText": "法律咨询单",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/synthesize/actionWork",
+ "name": "ActionWork",
+ "auth": true,
+ "style": {
+ "navigationBarTitleText": "诉讼委托单",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/synthesize/enableWork",
+ "name": "EnableWork",
+ "auth": true,
+ "style": {
+ "navigationBarTitleText": "增收赋能单",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
}, {
"path": "pages/synthesize/servicesInfo",
"name": "OrderServicesInfo",
diff --git a/pages/account/cash.vue b/pages/account/cash.vue
index 93cb315..4f66e66 100644
--- a/pages/account/cash.vue
+++ b/pages/account/cash.vue
@@ -148,9 +148,6 @@
this.page = lists.page
this.pagesShow = false
}).catch(err => {
-
- console.log(err)
-
uni.showToast({
title: err.message,
icon : 'none'
diff --git a/pages/account/yunying.vue b/pages/account/yunying.vue
index 67ad001..eaf5aee 100644
--- a/pages/account/yunying.vue
+++ b/pages/account/yunying.vue
@@ -278,7 +278,6 @@
// 获取提现记录
getTeams() {
getTeamLogs({identity_id:this.id}).then(res => {
- console.log(res)
this.list = res
this.pagesShow = false
uni.hideLoading()
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 2aff17f..e747eae 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -37,11 +37,10 @@
-
+
- 金法产品
-
+ 协商调解类
@@ -61,59 +60,96 @@
:id='"_tabs"+item.service_id'
@click="sevicesClick(item.service_id)"
>
-
+
{{item.title}}
¥{{item.price}}定金
-
+
- 综法产品
+ 法律咨询类
-
-
-
-
-
- 个人全年法律
- 咨询服务 抖火法律
-
- ¥365.00/年
+
+
+
+
+ {{item.title}}
+ ¥{{item.price}} /{{item.limit}}
-
-
-
-
-
- 案件委托
- 咨询服务 抖火法律
-
- ¥200元起
-
-
-
-
-
-
- 企业全年法律
- 咨询服务 抖火法律
-
- ¥3650.00起/年
-
-
-
-
-
-
- 拓展服务
- 咨询服务 抖火法律
-
- ¥500元起
-
-
+
+
+
+
+
+
+ 诉讼委托类
+
+
+
+
+
+ {{item.title}}
+ ¥{{item.price}}{{item.limit}}
+
+
+
+
+
+
+
+
+ 增收赋能类
+
+
+
+
+ 巅峰销售思维
+ ¥2980
+
+
+
+ 团队系统思维
+ ¥3980
+
+
+
+ 领袖演说思维
+ ¥4980
+
+
+
+ 卓越领袖能量思维
+ ¥5980
+
+
+
+ 激发内在无限潜能
+ ¥9980
+
+
+
+ 其他赋能培训会议
+ 价格另议
+
+
@@ -147,7 +183,7 @@
+
+
diff --git a/pages/synthesize/consultWork.vue b/pages/synthesize/consultWork.vue
new file mode 100644
index 0000000..cd61ec5
--- /dev/null
+++ b/pages/synthesize/consultWork.vue
@@ -0,0 +1,539 @@
+
+
+
+
+ 统计数据
+
+
+
+ 预约咨询单
+ {{orderCount.init_payed}}单
+
+
+
+ 已缴费
+ {{orderCount.service_payed}}单
+
+
+
+ 办理完成
+ {{orderCount.b_complete}}单
+
+
+
+ 已退款
+ {{orderCount.refund}}单
+
+
+
+ 完成结算
+ {{orderCount.settlement_count}}单
+
+
+
+ 结算金额
+ {{orderCount.settlement_price}}元
+
+
+
+
+
+ 协商调解订单管理
+
+
+
+ {{orderCount.a_init}}
+ 待预约
+
+
+
+ {{orderCount.a_service}}
+ 匹配服务包
+
+
+
+ {{orderCount.a_serviced}}
+ 待缴服务费
+
+
+
+ {{orderCount.b_sign}}
+ 待签约
+
+
+
+ {{orderCount.a_bank}}
+ 待完善资料
+
+
+
+ {{orderCount.b_check}}
+ 初审中
+
+
+
+ {{orderCount.b_recheck}}
+ 复审中
+
+
+
+ {{orderCount.b_process}}
+ 办理中
+
+
+
+ {{orderCount.b_confirm}}
+ 待结案
+
+
+
+
+ 办理完成
+
+
+
+
+ 转让订单管理
+
+
+
+ {{orderCount.transfer_out}}
+ 转出订单
+
+
+
+ {{orderCount.transfer_in}}
+ 转入订单
+
+
+
+
+ 特殊订单管理
+
+
+
+ {{orderCount.audit_bank}}
+ 修改资料
+
+
+
+ {{orderCount.diff_prices}}
+ 补差价
+
+
+
+ {{orderCount.refund}}
+ 退款订单
+
+
+
+
+
+
+
+
+
diff --git a/pages/synthesize/enableWork.vue b/pages/synthesize/enableWork.vue
new file mode 100644
index 0000000..7ac9950
--- /dev/null
+++ b/pages/synthesize/enableWork.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/synthesize/entrustCivil.vue b/pages/synthesize/entrustCivil.vue
index 75e2dba..3efbfc0 100644
--- a/pages/synthesize/entrustCivil.vue
+++ b/pages/synthesize/entrustCivil.vue
@@ -324,7 +324,20 @@
expressSheet(id, type, can) {
this.orderId = id
this.orderType = type
-
+ // 支付金额是0
+ if(can.pay_status == 4){
+ uni.showModal({
+ title : '提示',
+ content : '下单成功',
+ showCancel : false,
+ success : modalRes => {
+ if(modalRes.confirm){
+ uni.navigateBack()
+ }
+ }
+ })
+ return
+ }
// 仅支持线下打款
if(!can.online){
this.onToBankPay()
@@ -493,7 +506,7 @@
margin-right: $margin;
font-size: 30rpx;
text {
- color: $main-color;
+ color: red;
padding-right: 10rpx;
}
}
diff --git a/pages/synthesize/entrustInfo.vue b/pages/synthesize/entrustInfo.vue
index a7a52cf..082aea8 100644
--- a/pages/synthesize/entrustInfo.vue
+++ b/pages/synthesize/entrustInfo.vue
@@ -59,6 +59,10 @@
{{user.parent.username}}
+
+
+ {{centerUser}}
+
{{no}}
@@ -77,13 +81,14 @@
export default {
data() {
return {
- entrust : {},
- params : [],
- createdAt: '',
- payType : '',
- user : {},
- lawyer : null,
- price : '0.00'
+ entrust : {},
+ params : [],
+ createdAt : '',
+ payType : '',
+ user : {},
+ lawyer : null,
+ price : '0.00',
+ centerUser: ''
};
},
created() {
@@ -92,7 +97,7 @@
mask : true
})
entrustInfo(this.$Route.query.id).then(res => {
- let { entrust, params, created_at, user, order_no, total, lawyer, pay_driver_text } = res;
+ let { entrust, params, created_at, user, order_no, total, lawyer, pay_driver_text, center_user } = res;
this.entrust = entrust
this.params = params
this.createdAt = created_at
@@ -100,7 +105,8 @@
this.no = order_no
this.price = total
this.lawyer = lawyer
- this.payType = pay_driver_text || '-'
+ this.payType = pay_driver_text || '-',
+ this.centerUser= center_user
}).catch(err => {
uni.showToast({
title: err.message,
diff --git a/pages/synthesize/entrustWrite.vue b/pages/synthesize/entrustWrite.vue
index 4619c26..33dad2b 100644
--- a/pages/synthesize/entrustWrite.vue
+++ b/pages/synthesize/entrustWrite.vue
@@ -256,7 +256,20 @@
expressSheet(id, type, can) {
this.orderId = id
this.orderType = type
-
+ // 支付金额是0
+ if(can.pay_status == 4){
+ uni.showModal({
+ title : '提示',
+ content : '下单成功',
+ showCancel : false,
+ success : modalRes => {
+ if(modalRes.confirm){
+ uni.navigateBack()
+ }
+ }
+ })
+ return
+ }
// 仅支持线下打款
if(!can.online){
this.onToBankPay()
@@ -418,7 +431,7 @@
margin-right: $margin;
font-size: 30rpx;
text {
- color: $main-color;
+ color: red;
padding-right: 10rpx;
}
}
diff --git a/pages/synthesize/expandInfo.vue b/pages/synthesize/expandInfo.vue
index a0f8b61..e38f5c3 100644
--- a/pages/synthesize/expandInfo.vue
+++ b/pages/synthesize/expandInfo.vue
@@ -58,6 +58,10 @@
{{user.parent.username}}
+
+
+ {{centerUser}}
+
{{no}}
@@ -76,13 +80,14 @@
export default {
data() {
return {
- expand : {},
- params : [],
- createdAt: '',
- user : {},
- payType : '',
- lawyer : null,
- price : '0.00'
+ expand : {},
+ params : [],
+ createdAt : '',
+ user : {},
+ payType : '',
+ lawyer : null,
+ price : '0.00',
+ centerUser: ''
};
},
created() {
@@ -91,7 +96,7 @@
mask : true
})
expandInfo(this.$Route.query.id).then(res => {
- let { expand, params, created_at, user, order_no, total, lawyer, pay_driver_text } = res;
+ let { expand, params, created_at, user, order_no, total, lawyer, pay_driver_text, center_user } = res;
this.lawyer = lawyer
this.expand = expand
this.params = params
@@ -100,6 +105,7 @@
this.no = order_no
this.price = total
this.payType = pay_driver_text || ''
+ this.centerUser= center_user
}).catch(err => {
uni.showToast({
title: err.message,
diff --git a/pages/synthesize/expandWrite.vue b/pages/synthesize/expandWrite.vue
index dcdbef1..51acc1f 100644
--- a/pages/synthesize/expandWrite.vue
+++ b/pages/synthesize/expandWrite.vue
@@ -394,7 +394,7 @@
margin-right: $margin;
font-size: 30rpx;
text {
- color: $main-color;
+ color: red;
padding-right: 10rpx;
}
}
diff --git a/pages/synthesize/order.vue b/pages/synthesize/order.vue
index 6bc167f..123ad52 100644
--- a/pages/synthesize/order.vue
+++ b/pages/synthesize/order.vue
@@ -3,6 +3,7 @@
+
+
+ {{centerUser}}
+
{{no}}
@@ -76,13 +80,14 @@
export default {
data() {
return {
- service : {},
- params : [],
- createdAt: '',
- user : {},
- lawyer : null,
- price : '0.00',
- payType : '',
+ service : {},
+ params : [],
+ createdAt : '',
+ user : {},
+ lawyer : null,
+ price : '0.00',
+ payType : '',
+ centerUser: ''
};
},
created() {
@@ -91,15 +96,16 @@
mask : true
})
servicesInfo(this.$Route.query.id).then(res => {
- let { service, params, created_at, user, order_no, total, lawyer, pay_driver_text } = res;
- this.lawyer = lawyer
- this.service = service
- this.params = params
- this.createdAt = created_at
- this.user = user
- this.no = order_no
- this.price = total
- this.payType = pay_driver_text || ''
+ let { service, params, created_at, user, order_no, total, lawyer, pay_driver_text, center_user } = res;
+ this.lawyer = lawyer
+ this.service = service
+ this.params = params
+ this.createdAt = created_at
+ this.user = user
+ this.no = order_no
+ this.price = total
+ this.payType = pay_driver_text || ''
+ this.centerUser = center_user
}).catch(err => {
uni.showToast({
title: err.message,
diff --git a/pages/synthesize/standWrite.vue b/pages/synthesize/standWrite.vue
index efc18c8..1867363 100644
--- a/pages/synthesize/standWrite.vue
+++ b/pages/synthesize/standWrite.vue
@@ -356,7 +356,7 @@
margin-right: $margin;
font-size: 30rpx;
text {
- color: $main-color;
+ color: red;
padding-right: 10rpx;
}
}
diff --git a/pages/synthesize/synthesisInfo.vue b/pages/synthesize/synthesisInfo.vue
index 660f149..eca803e 100644
--- a/pages/synthesize/synthesisInfo.vue
+++ b/pages/synthesize/synthesisInfo.vue
@@ -58,6 +58,10 @@
{{user.parent.username}}
+
+
+ {{centerUser}}
+
{{no}}
@@ -76,13 +80,14 @@
export default {
data() {
return {
- synthesis: {},
- params : [],
- createdAt: '',
- user : {},
- payType : '',
- lawyer : null,
- price : '0.00'
+ synthesis : {},
+ params : [],
+ createdAt : '',
+ user : {},
+ payType : '',
+ lawyer : null,
+ price : '0.00',
+ centerUser: ''
};
},
created() {
@@ -91,7 +96,7 @@
mask : true
})
synthesisInfo(this.$Route.query.id).then(res => {
- let { synthesis, params, created_at, user, order_no, price, lawyer, pay_driver_text } = res;
+ let { synthesis, params, created_at, user, order_no, price, lawyer, pay_driver_text, center_user } = res;
this.synthesis = synthesis
this.params = params
this.createdAt = created_at
@@ -100,6 +105,7 @@
this.price = price
this.lawyer = lawyer
this.payType = pay_driver_text || '-'
+ this.centerUser= center_user
}).catch(err => {
uni.showToast({
title: err.message,
diff --git a/pages/user/contract.vue b/pages/user/contract.vue
index 89628d1..482d763 100644
--- a/pages/user/contract.vue
+++ b/pages/user/contract.vue
@@ -149,8 +149,6 @@
open.openFile({
filename : plus.io.convertLocalFileSystemURL(path.tempFilePath),
isShowBackIcon : true
- }, res => {
- console.log(res)
})
}
})
diff --git a/pages/user/index.vue b/pages/user/index.vue
index 0631be2..a774874 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -98,7 +98,13 @@
关注公众号
-
+
+
@@ -165,12 +171,28 @@
确认名称
+
+
+
+
-
diff --git a/pages/work/index.vue b/pages/work/index.vue
index e0618ec..4a2db52 100644
--- a/pages/work/index.vue
+++ b/pages/work/index.vue
@@ -65,156 +65,39 @@
-
- 统计数据
-
-
-
- 预约咨询单
- {{orderCount.init_payed}}单
+
+
+
+
+ 协商调解类
+ 信用卡、贷款业务
-
-
- 已缴费
- {{orderCount.service_payed}}单
-
-
-
- 办理完成
- {{orderCount.b_complete}}单
-
-
-
- 已退款
- {{orderCount.refund}}单
-
-
-
- 完成结算
- {{orderCount.settlement_count}}单
-
-
-
- 结算金额
- {{orderCount.settlement_price}}元
-
-
+ 去查看
-
-
- 金法订单管理
-
-
-
- {{orderCount.a_init}}
- 待预约
-
-
-
- {{orderCount.a_service}}
- 匹配服务包
-
-
-
- {{orderCount.a_serviced}}
- 待缴服务费
-
-
-
- {{orderCount.b_sign}}
- 待签约
-
-
-
- {{orderCount.a_bank}}
- 待完善资料
-
-
-
- {{orderCount.b_check}}
- 初审中
-
-
-
- {{orderCount.b_recheck}}
- 复审中
-
-
-
- {{orderCount.b_process}}
- 办理中
-
-
-
- {{orderCount.b_confirm}}
- 待结案
-
-
-
-
- 办理完成
+
+
+
+ 法律咨询类
+ 个人、企业法律
+ 去查看
-
-
-
- 综法订单管理
-
-
-
- {{synthesisData.service.all}}
- 年费订单
-
-
-
- {{synthesisData.synthesis.all}}
- 咨询订单
-
-
-
- {{synthesisData.entrust.all}}
- 委托订单
-
-
-
- {{synthesisData.expand.all}}
- 拓展订单
+
+
+
+ 诉讼委托类
+ 案件委托、拓展服务
+ 去查看
-
-
- 转让订单管理
-
-
-
- {{orderCount.transfer_out}}
- 转出订单
-
-
-
- {{orderCount.transfer_in}}
- 转入订单
-
-
-
-
- 特殊订单管理
-
-
-
- {{orderCount.audit_bank}}
- 修改资料
-
-
-
- {{orderCount.diff_prices}}
- 补差价
-
-
-
- {{orderCount.refund}}
- 退款订单
+
+
+
+
+ 增收赋能类
+ 销售、领袖、演说等
+ 去查看
@@ -359,7 +242,14 @@
})
}
})
- }
+ },
+
+ onToastTips(){
+ uni.showToast({
+ title: '即将开放,敬请期待',
+ icon : 'none'
+ })
+ },
}
}
@@ -638,4 +528,47 @@
}
}
}
+
+ .flex{
+ width: 100%;
+ padding: 0 30rpx;
+ box-sizing: border-box;
+ &-item{
+ background: white;
+ padding: 30rpx;
+ border-radius: 30rpx;
+ margin-top: 30rpx;
+ display: flex;
+ box-sizing: border-box;
+ position: relative;
+ .flex-icon{ width: 48px; height: 48px; background: #dce1fb; border-radius: 30rpx; }
+ .flex-title{
+ box-sizing: border-box;
+ padding-left: 30rpx;
+ .flex-name {
+ color: #293f66;
+ font-size: 34rpx;
+ font-weight: bold;
+ padding: 4rpx 0;
+ }
+ .flex-tips {
+ color: #929db3;
+ font-size: 28rpx;
+ }
+ }
+ .flex-btn {
+ position: absolute;
+ right: 30rpx;
+ top: 48rpx;
+ height: 60rpx;
+ line-height: 60rpx;
+ border-radius: 80rpx;
+ color: #468bff;
+ background-color: #f8fbff;
+ border: 2rpx solid #d8e6ff;
+ font-size: 28rpx;
+ padding: 0 25rpx;
+ }
+ }
+ }
diff --git a/pages/work/mailed.vue b/pages/work/mailed.vue
index b769fcc..f73b16c 100644
--- a/pages/work/mailed.vue
+++ b/pages/work/mailed.vue
@@ -159,7 +159,6 @@
},
// 选择物流公司
onPicker(e){
- console.log(e)
this.expressIndex = e.detail.value
},
// 扫码
diff --git a/pages/work/orders.vue b/pages/work/orders.vue
index 6a96f68..63c9b60 100644
--- a/pages/work/orders.vue
+++ b/pages/work/orders.vue
@@ -77,7 +77,6 @@
缴费
完善
查看资料
-
查看记录
去确认
查看
diff --git a/pages/work/perfectInstitutionsInfo.vue b/pages/work/perfectInstitutionsInfo.vue
index bd27e3a..72f45f4 100644
--- a/pages/work/perfectInstitutionsInfo.vue
+++ b/pages/work/perfectInstitutionsInfo.vue
@@ -22,9 +22,6 @@
})
baseBase(this.$Route.query.itemId).then(res => {
let { params } = res;
-
- console.log(params)
-
this.params = params
uni.hideLoading()
}).catch(err => {
diff --git a/static/icons/icon_00.png b/static/icons/icon_00.png
new file mode 100644
index 0000000..0d890a5
Binary files /dev/null and b/static/icons/icon_00.png differ
diff --git a/static/icons/icon_01.png b/static/icons/icon_01.png
new file mode 100644
index 0000000..6d70470
Binary files /dev/null and b/static/icons/icon_01.png differ
diff --git a/static/icons/icon_02.png b/static/icons/icon_02.png
new file mode 100644
index 0000000..e25eb2b
Binary files /dev/null and b/static/icons/icon_02.png differ
diff --git a/static/icons/icon_03.png b/static/icons/icon_03.png
new file mode 100644
index 0000000..88470fa
Binary files /dev/null and b/static/icons/icon_03.png differ
diff --git a/static/icons/user_nav_09.png b/static/icons/user_nav_09.png
new file mode 100644
index 0000000..a09e903
Binary files /dev/null and b/static/icons/user_nav_09.png differ
diff --git a/static/imgs/reckoner-back.png b/static/imgs/reckoner-back.png
new file mode 100644
index 0000000..5cb242d
Binary files /dev/null and b/static/imgs/reckoner-back.png differ
diff --git a/static/synthesize/img_00.png b/static/synthesize/img_00.png
deleted file mode 100644
index a36d113..0000000
Binary files a/static/synthesize/img_00.png and /dev/null differ
diff --git a/static/synthesize/img_01.png b/static/synthesize/img_01.png
deleted file mode 100644
index 6a82d2d..0000000
Binary files a/static/synthesize/img_01.png and /dev/null differ
diff --git a/static/synthesize/img_02.png b/static/synthesize/img_02.png
deleted file mode 100644
index 4ae1b1c..0000000
Binary files a/static/synthesize/img_02.png and /dev/null differ
diff --git a/static/synthesize/img_03.png b/static/synthesize/img_03.png
deleted file mode 100644
index 61a89f7..0000000
Binary files a/static/synthesize/img_03.png and /dev/null differ
diff --git a/static/synthesize/img_07.png b/static/synthesize/img_07.png
new file mode 100644
index 0000000..0c56a94
Binary files /dev/null and b/static/synthesize/img_07.png differ
diff --git a/static/synthesize/img_08.png b/static/synthesize/img_08.png
new file mode 100644
index 0000000..b922f39
Binary files /dev/null and b/static/synthesize/img_08.png differ
diff --git a/static/synthesize/img_09.png b/static/synthesize/img_09.png
new file mode 100644
index 0000000..f0613ea
Binary files /dev/null and b/static/synthesize/img_09.png differ
diff --git a/static/synthesize/img_10.png b/static/synthesize/img_10.png
new file mode 100644
index 0000000..90d9e5d
Binary files /dev/null and b/static/synthesize/img_10.png differ
diff --git a/static/synthesize/img_11.png b/static/synthesize/img_11.png
new file mode 100644
index 0000000..4ef30ec
Binary files /dev/null and b/static/synthesize/img_11.png differ
diff --git a/static/synthesize/img_12.png b/static/synthesize/img_12.png
new file mode 100644
index 0000000..93303d1
Binary files /dev/null and b/static/synthesize/img_12.png differ