From a819b584fe32ca19e4e999ac917d136bb3df16ae Mon Sep 17 00:00:00 2001
From: unknown <331404948@qq.com>
Date: Wed, 25 Oct 2023 16:18:05 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E7=BA=A6=E5=90=88=E5=90=8C=E5=AF=B9?=
=?UTF-8?q?=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config/api.js | 17 +++++
pages.json | 2 +-
.../consult/pubComplaint/pubComplaint.vue | 2 +-
pages/indexEntry/consult/pubConsult/pubConsult.vue | 4 +-
pages/indexEntry/consult/record/record.vue | 2 +-
pages/indexEntry/enroll/enroll.vue | 84 ++++++++++++++--------
pages/indexEntry/enroll/realName/realName.vue | 24 ++++---
.../enroll/registInfo/comp/comfigPopup.vue | 2 +-
pages/indexEntry/enroll/registInfo/registInfo.vue | 22 +++---
.../enroll/signContract/signContract.vue | 71 +++++++++++++++++-
.../publicVideo/videoDetail/videoDetail.vue | 2 +-
pages/indexEntry/theory/theory.vue | 2 +-
pages/mineEntry/myCollect/myCollect.vue | 2 +-
pages/mineEntry/personaInfo/personaInfo.vue | 2 +-
pages/tabbar/index/index.vue | 2 +-
pages/tabbar/mine/index.vue | 4 +-
store/modules/user.js | 6 +-
17 files changed, 186 insertions(+), 64 deletions(-)
diff --git a/config/api.js b/config/api.js
index fc670be..c2211ff 100644
--- a/config/api.js
+++ b/config/api.js
@@ -86,6 +86,23 @@ export const applyOnline = (data) => http.post('app/student-record/applyOnline',
export const getpersonface = (params) => http.get('app/student-record/getpersonface', {params})
// 人脸核身结果查询
export const GetDetectInfoEnhanced = (params) => http.get('app/student-record/GetDetectInfoEnhanced', {params})
+// 证件类型获取
+export const getCardType = (params) => http.get('system/dict/cardType', {params})
+// // 获得合同信息
+// export const getContract = (params) => http.get('business/contract/get', {params})
+// // 创建合同信息
+// export const contractCreate = (data) => http.post('business/contract/create', data)
+// // 获取驾校的合同
+// export const getSchoolContract = (params) => http.get('business/contract/getSchoolContract', {params})
+// 获取合同链接
+export const getSignContract = (data) => http.post('business/contract/signContract', data)
+// 查询学员合同签署状态
+export const getContractStatus = (params) => http.get('business/contract/getContractStatus', {params})
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 372c61a..2312474 100644
--- a/pages.json
+++ b/pages.json
@@ -138,7 +138,7 @@
{
"path": "enroll/signContract/signContract",
"style": {
- "navigationBarTitleText": "上传头像",
+ "navigationBarTitleText": "e签宝",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"backgroundTextStyle": "dark"
diff --git a/pages/indexEntry/consult/pubComplaint/pubComplaint.vue b/pages/indexEntry/consult/pubComplaint/pubComplaint.vue
index 0d8b7fc..ad4bd5f 100644
--- a/pages/indexEntry/consult/pubComplaint/pubComplaint.vue
+++ b/pages/indexEntry/consult/pubComplaint/pubComplaint.vue
@@ -83,7 +83,7 @@
联系电话
- {{ this.vuex_userInfo.mobile }}
+ {{ this.vuex_userInfo.phone }}
diff --git a/pages/indexEntry/consult/pubConsult/pubConsult.vue b/pages/indexEntry/consult/pubConsult/pubConsult.vue
index 2a06d21..c024ed5 100644
--- a/pages/indexEntry/consult/pubConsult/pubConsult.vue
+++ b/pages/indexEntry/consult/pubConsult/pubConsult.vue
@@ -34,7 +34,7 @@
联系电话
- {{ this.vuex_userInfo.mobile }}
+ {{ this.vuex_userInfo.phone }}
@@ -63,7 +63,7 @@
if(!this.value.trim()) return this.$u.toast('请输入内容')
let obj = {
images,
- studentPhone: this.vuex_userInfo.mobile,
+ studentPhone: this.vuex_userInfo.phone,
type: 1,
studentId: this.$store.state.user.vuex_loginInfo.userId,
content: this.value
diff --git a/pages/indexEntry/consult/record/record.vue b/pages/indexEntry/consult/record/record.vue
index 6f0700e..aa2bc8d 100644
--- a/pages/indexEntry/consult/record/record.vue
+++ b/pages/indexEntry/consult/record/record.vue
@@ -60,7 +60,7 @@
},
onLoad(options) {
if(options.tab) this.params.type = options.tab
- this.params.studentPhone = this.vuex_userInfo.mobile
+ this.params.studentPhone = this.vuex_userInfo.phone
this.studentComplainFn()
},
methods: {
diff --git a/pages/indexEntry/enroll/enroll.vue b/pages/indexEntry/enroll/enroll.vue
index 83f8dc0..65c7a9a 100644
--- a/pages/indexEntry/enroll/enroll.vue
+++ b/pages/indexEntry/enroll/enroll.vue
@@ -6,15 +6,15 @@
证件类型
-
-
+
+
-
+
国籍
@@ -25,7 +25,7 @@
-
+
证件号码
@@ -39,58 +39,65 @@
实名认证
- 待认证
+ 已认证
+ 待认证
下一步
+
-
-
-
-