diff --git a/apis/modules/course.js b/apis/modules/course.js
index 7677fe6..496abaf 100644
--- a/apis/modules/course.js
+++ b/apis/modules/course.js
@@ -35,4 +35,8 @@ export const practiceByStudentDetail = data => {
export const experimentOverview = () => {
return get('occupationlab/occupationlab/achievement/experimentOverview')
+}
+
+export const getSchoolEffectiveCourse = () => {
+ return get('nakadai/nakadai/curriculum/getSchoolEffectiveCourse')
}
\ No newline at end of file
diff --git a/apis/modules/user.js b/apis/modules/user.js
index effec4a..4e038d4 100644
--- a/apis/modules/user.js
+++ b/apis/modules/user.js
@@ -14,10 +14,12 @@ export const weChatToken = (data) => {
return post('users/users/user/weChatToken', data)
}
-export const captcha = (data) => {
- return Config.baseURL + `users/users/user/captcha`
+export const checkUserNameOrWorkNumber = (data) => {
+ return post('users/users/batchProcessing/checkUserNameOrWorkNumber', data)
}
+export const captcha = Config.baseURL + `users/users/user/captcha`
+
export const queryProvince = () => {
return get('nakadai/nakadai/province/queryProvince')
}
@@ -53,6 +55,14 @@ export const queryUserInfoDetails = () => {
return get('users/users/userAccount/queryUserInfoDetails')
}
+export const searchAllAccountsByPhone = data => {
+ return get('users/users/user/searchAllAccountsByPhone', data)
+}
+
+export const switchAccounts = (data) => {
+ return post('users/users/user/switchAccounts', data)
+}
+
export const updateMyEmail = (data) => {
return post('nakadai/nakadai/partner-team/updateMyEmail', data)
}
diff --git a/apis/request.js b/apis/request.js
index 4ea0553..eb185bc 100644
--- a/apis/request.js
+++ b/apis/request.js
@@ -30,7 +30,7 @@ const request = options => {
setTimeout(() => {
logouted = 0
uni.reLaunch({
- url: '/pages/index/index'
+ url: '/pages/login/login'
})
}, 1500)
reject(data)
diff --git a/manifest.json b/manifest.json
index 4d126fb..801eb23 100644
--- a/manifest.json
+++ b/manifest.json
@@ -49,7 +49,7 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
- "appid" : "wx2b506fdb0eeee65d",
+ "appid" : "wx7e6ca7f895669c62",
"setting" : {
"urlCheck" : false,
"es6" : true,
diff --git a/pages.json b/pages.json
index 72681b0..87574a1 100644
--- a/pages.json
+++ b/pages.json
@@ -74,6 +74,14 @@
"enablePullDownRefresh": false
}
},
+ {
+ "path" : "switchAccount/switchAccount",
+ "style" :
+ {
+ "navigationBarTitleText": "切换账号",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path" : "setting/setting",
"style" :
@@ -147,15 +155,7 @@
"navigationBarTitleText": "方案详情",
"enablePullDownRefresh": false
}
- },
- {
- "path" : "send/send",
- "style" :
- {
- "navigationBarTitleText": "下载发送",
- "enablePullDownRefresh": false
- }
- }
+ }
]
}
],
diff --git a/pages/achievement/achievement.vue b/pages/achievement/achievement.vue
index 3fbf5e8..e97ebec 100644
--- a/pages/achievement/achievement.vue
+++ b/pages/achievement/achievement.vue
@@ -32,15 +32,41 @@
成绩记录明细
-
+
+
+
+
+
+
+
+
+
+ {{ item.projectName }}
+ 最高分:{{ item.hightScore }} 练习次数:{{ item.practiceNum }}
+ 累计练习时长(小时):{{ item.hightScore }}
+ 最近练习时间:{{ item.lastTime }}
+ 练习情况
+
+
+
+
+
+
+ {{ item.experimentalName }}
+ 得分:{{ item.score }} 耗时:{{ item.timeSum }}min
+ 考核开始时间:{{ item.startTime }}
+ 考核结束时间:{{ item.lastTime }}
+ 成绩报告
+
+
+
+
diff --git a/uni_modules/uni-data-select/package.json b/uni_modules/uni-data-select/package.json
new file mode 100644
index 0000000..5864594
--- /dev/null
+++ b/uni_modules/uni-data-select/package.json
@@ -0,0 +1,86 @@
+{
+ "id": "uni-data-select",
+ "displayName": "uni-data-select 下拉框选择器",
+ "version": "1.0.8",
+ "description": "通过数据驱动的下拉框选择器",
+ "keywords": [
+ "uni-ui",
+ "select",
+ "uni-data-select",
+ "下拉框",
+ "下拉选"
+],
+ "repository": "https://github.com/dcloudio/uni-ui",
+ "engines": {
+ "HBuilderX": "^3.1.1"
+ },
+ "directories": {
+ "example": "../../temps/example_temps"
+ },
+"dcloudext": {
+ "sale": {
+ "regular": {
+ "price": "0.00"
+ },
+ "sourcecode": {
+ "price": "0.00"
+ }
+ },
+ "contact": {
+ "qq": ""
+ },
+ "declaration": {
+ "ads": "无",
+ "data": "无",
+ "permissions": "无"
+ },
+ "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
+ "type": "component-vue"
+ },
+ "uni_modules": {
+ "dependencies": ["uni-load-more"],
+ "encrypt": [],
+ "platforms": {
+ "cloud": {
+ "tcb": "y",
+ "aliyun": "y",
+ "alipay": "n"
+ },
+ "client": {
+ "App": {
+ "app-vue": "u",
+ "app-nvue": "n"
+ },
+ "H5-mobile": {
+ "Safari": "y",
+ "Android Browser": "y",
+ "微信浏览器(Android)": "y",
+ "QQ浏览器(Android)": "y"
+ },
+ "H5-pc": {
+ "Chrome": "y",
+ "IE": "y",
+ "Edge": "y",
+ "Firefox": "y",
+ "Safari": "y"
+ },
+ "小程序": {
+ "微信": "y",
+ "阿里": "u",
+ "百度": "u",
+ "字节跳动": "u",
+ "QQ": "u",
+ "京东": "u"
+ },
+ "快应用": {
+ "华为": "u",
+ "联盟": "u"
+ },
+ "Vue": {
+ "vue2": "y",
+ "vue3": "y"
+ }
+ }
+ }
+ }
+}
diff --git a/uni_modules/uni-data-select/readme.md b/uni_modules/uni-data-select/readme.md
new file mode 100644
index 0000000..eb58de3
--- /dev/null
+++ b/uni_modules/uni-data-select/readme.md
@@ -0,0 +1,8 @@
+## DataSelect 下拉框选择器
+> **组件名:uni-data-select**
+> 代码块: `uDataSelect`
+
+当选项过多时,使用下拉菜单展示并选择内容
+
+### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-data-select)
+#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839
diff --git a/uni_modules/uni-load-more/changelog.md b/uni_modules/uni-load-more/changelog.md
index 8f03f1d..667abdb 100644
--- a/uni_modules/uni-load-more/changelog.md
+++ b/uni_modules/uni-load-more/changelog.md
@@ -1,3 +1,9 @@
+## 1.3.6(2024-10-15)
+- 修复 微信小程序中的getSystemInfo警告
+## 1.3.5(2024-10-12)
+- 修复 微信小程序中的getSystemInfo警告
+## 1.3.4(2024-10-12)
+- 修复 微信小程序中的getSystemInfo警告
## 1.3.3(2022-01-20)
- 新增 showText属性 ,是否显示文本
## 1.3.2(2022-01-19)
diff --git a/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue b/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue
index e5eff4d..a203417 100644
--- a/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue
+++ b/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue
@@ -37,7 +37,12 @@
@@ -133,8 +116,13 @@
.ver-code {
display: flex;
.ver-img {
- width: 100rpx;
+ width: 200rpx;
+ height: 80rpx;
+ margin-left: 20rpx;
}
}
+ .btn {
+ width: 100%;
+ }
}
diff --git a/user/selectAccount/selectAccount.vue b/user/selectAccount/selectAccount.vue
index 018235f..f1abd9e 100644
--- a/user/selectAccount/selectAccount.vue
+++ b/user/selectAccount/selectAccount.vue
@@ -1,5 +1,5 @@
-
+
已为你展示{{ phone }}手机号关联的账号。登录后,可在切换账号列表快捷切换至其他账号。
@@ -9,50 +9,59 @@
{{ item.userName }}
- {{ item.phone }}
+ {{ item.schoolName }}
- 登录
+ 登录
-
-
diff --git a/user/send/send.vue b/user/send/send.vue
deleted file mode 100644
index 1215954..0000000
--- a/user/send/send.vue
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
- 我的邮箱
-
- 绑定
-
-
-
- 其他邮箱
-
-
-
-
-
-
-
-
-
-
-
diff --git a/user/switchAccount/switchAccount.vue b/user/switchAccount/switchAccount.vue
new file mode 100644
index 0000000..6bb6dad
--- /dev/null
+++ b/user/switchAccount/switchAccount.vue
@@ -0,0 +1,119 @@
+
+
+
+
+ -
+
+
+
+ {{ item.userName }}
+ {{ item.schoolName }}
+
+
+
+
+
+
+
+
+
+
+ 添加新账号
+
+
+
+
+
+
+
+