修复表单金额限制,修复订单刷新状态,修复驳回信息显示异常问题,综法订单详情新增律师信息,支付新增支付选项接口

This commit is contained in:
唐明明
2023-06-01 13:57:48 +08:00
14 changed files with 154 additions and 57 deletions

View File

@@ -191,6 +191,8 @@
}
}
},
methods: {
// 民事类型列表
@@ -307,7 +309,6 @@
type : 'self',
channel : 'app'
}).then(res => {
console.log(res)
let { order_id, order_type, can } = res;
this.expressSheet(order_id, order_type, can )
uni.hideLoading()
@@ -368,7 +369,7 @@
background-color: #111e4b;
width: 100vw;
overflow-y: scroll;
position: fixed;
// position: fixed;
}
.top {