diff --git a/api/userTeacher.js b/api/userTeacher.js index 7e2c39e..3713ca4 100644 --- a/api/userTeacher.js +++ b/api/userTeacher.js @@ -9,4 +9,25 @@ export const insertUser = (data) => { method: 'post', data }) +} + +export const udpateUser = (data) => { + return request({ + url: '/applet/UserTeacher/udpateUser', + headers: { + isToken: true + }, + method: 'post', + data + }) +} + +// 伴宠师工作台-查询专业执照列表 +export const getUserOne = (appUserId) => { + return request({ + url: `/applet/UserTeacher/getUserOne/${appUserId}`, + method: "get" + }).then(res => { + return res.data + }) } \ No newline at end of file diff --git a/otherPages/authentication/components/questionCard.vue b/otherPages/authentication/components/questionCard.vue index a082cf5..4010703 100644 --- a/otherPages/authentication/components/questionCard.vue +++ b/otherPages/authentication/components/questionCard.vue @@ -58,6 +58,11 @@ diff --git a/otherPages/authentication/examination/trainCompleted/waiting.vue b/otherPages/authentication/examination/trainCompleted/waiting.vue index 01a0bda..ff8970c 100644 --- a/otherPages/authentication/examination/trainCompleted/waiting.vue +++ b/otherPages/authentication/examination/trainCompleted/waiting.vue @@ -18,7 +18,9 @@ const configList = store.state.system.configList const onClick = () => { - // todo + uni.reLaunch({ + url: "/pages/workbenchManage/index" + }) } diff --git a/otherPages/authentication/list/index.vue b/otherPages/authentication/list/index.vue index b8680a1..80d1f93 100644 --- a/otherPages/authentication/list/index.vue +++ b/otherPages/authentication/list/index.vue @@ -13,7 +13,7 @@ - + diff --git a/pages/login/index.vue b/pages/login/index.vue index bdd90c4..6a70fe7 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -7,8 +7,6 @@ @@ -23,13 +21,16 @@ > - + 我已阅读并同意猫爸狗妈 《注册协议》 《隐私政策》 + @@ -166,10 +167,24 @@ @import "index"; @import "@/style/index.scss"; - .footer { + .agreement { color: #C7C7C7; + font-size: 22rpx; + line-height: 29rpx; + } + + .login-footer { + width: 100vw; position: fixed; - bottom: 100rpx; + bottom: 127rpx; + .btn-cancel { + color: #C7C7C7; + font-size: 30rpx; + line-height: 40rpx; + border: none; + display: inline-block; + padding: 0; + } } \ No newline at end of file diff --git a/pages/workbenchManage/index.vue b/pages/workbenchManage/index.vue index 6bf8a8e..b8ea166 100644 --- a/pages/workbenchManage/index.vue +++ b/pages/workbenchManage/index.vue @@ -135,12 +135,13 @@ }).catch(() => {}) } else { // 加入伴宠师工作台 - joiBcs({ - appUserId: baseInfo.userId - }).then(res => { - isoOpen.value = true - changeBaseInfo(baseInfo.userId) - }) + handleBc() + // joiBcs({ + // appUserId: baseInfo.userId + // }).then(res => { + // isoOpen.value = true + // changeBaseInfo(baseInfo.userId) + // }) } } // 更新基本信息