diff --git a/src/js/api.js b/src/js/api.js index 1433d24..ce8d4ff 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -1,5 +1,5 @@ -// export const ORIGIN = `https://test.ouxuanzhineng.cn`; // 测试 -export const ORIGIN = `http://kahing.local:9090`; // 本地测试 +export const ORIGIN = `https://test.ouxuanzhineng.cn`; // 测试 +// export const ORIGIN = `http://kahing.local:9090`; // 本地测试 // export const ORIGIN = `https://coach.ouxuanzhineng.cn`; // 正式 export const API = { diff --git a/src/manifest.json b/src/manifest.json index 972bd1e..de738c3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,7 +54,7 @@ }, "mp-weixin": { /* 微信小程序特有相关 */ - "appid": "", + "appid": "wx7873af4ffca558fd", "setting": { "urlCheck": false }, diff --git a/src/pages/course/class_list/class_list.vue b/src/pages/course/class_list/class_list.vue index 57817d1..c96b324 100644 --- a/src/pages/course/class_list/class_list.vue +++ b/src/pages/course/class_list/class_list.vue @@ -20,7 +20,7 @@ 点名 - 作业 + 作业 @@ -48,6 +48,9 @@ export default { this.getClassList(_query.course_id) }, methods: { + toTask(){ + util.routeTo(`/pages/course/task/task`, 'nT'); + }, toStudentLst(e){ let { optionsQuery } = this; let _query = { diff --git a/src/pages/course/task/task.vue b/src/pages/course/task/task.vue index a57fec5..6bf5541 100644 --- a/src/pages/course/task/task.vue +++ b/src/pages/course/task/task.vue @@ -14,19 +14,28 @@ 展开 - + - 完成列表 + 完成列表 - 布置作业 + 布置作业 @@ -73,7 +82,6 @@ export default { margin-left: 10upx; width: 24upx; height: 24upx; - background-color: skyblue; } } .cc-btn{ diff --git a/src/pages/course/task_finish/task_finish.vue b/src/pages/course/task_finish/task_finish.vue index 1e295d5..68cb395 100644 --- a/src/pages/course/task_finish/task_finish.vue +++ b/src/pages/course/task_finish/task_finish.vue @@ -7,22 +7,22 @@ - + - + 10:18 - + Adjoin - + 已完成 - + @@ -32,8 +32,14 @@ @@ -66,7 +72,6 @@ export default { flex-shrink: 0; width: 28upx; height: 28upx; - background-color: skyblue; } } } @@ -110,7 +115,6 @@ export default { flex-shrink: 0; width: 36upx; height: 36upx; - background-color: skyblue; } } .cc-status{ @@ -132,7 +136,6 @@ export default { margin-left: 16upx; width: 32upx; height: 32upx; - background-color: skyblue; } } diff --git a/src/static/images/triangle_c33.png b/src/static/images/triangle_c33.png new file mode 100644 index 0000000..c723863 Binary files /dev/null and b/src/static/images/triangle_c33.png differ