From 15b85addcadbd231ddf83d21b470f5e9f052d3bc Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Thu, 17 Apr 2025 15:19:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(student):=20=E6=B7=BB=E5=8A=A0=E5=90=88?= =?UTF-8?q?=E5=90=8C=E5=88=97=E8=A1=A8=E5=8A=9F=E8=83=BD-=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=90=88=E5=90=8C=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E5=B1=95=E7=A4=BA=E5=90=88=E5=90=8C=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E3=80=81=E5=86=85=E5=AE=B9=E5=92=8C=E6=97=B6=E9=97=B4=20-=20?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0=E5=92=8C?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=9B=B4=E5=A4=9A=E5=8A=9F=E8=83=BD=20-=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=90=88=E5=90=8C?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=20-=20=E5=9C=A8=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=90=88=E5=90=8C=E5=88=97=E8=A1=A8=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=20-=20=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 110 +++++++++------- pages/common/contract_list.vue | 225 +++++++++++++++++++++++++++++++++ pages/student/my/my.vue | 10 +- 3 files changed, 296 insertions(+), 49 deletions(-) create mode 100644 pages/common/contract_list.vue diff --git a/pages.json b/pages.json index a2d92d2..43de999 100644 --- a/pages.json +++ b/pages.json @@ -91,14 +91,64 @@ } }, { - "path" : "pages/common/privacy_agreement", + "path" : "pages/student/my/update_pass", "style": { - "navigationBarTitleText": "隐私协议", + "navigationBarTitleText": "修改密码", "navigationStyle": "default", "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } }, + { + "path" : "pages/student/my/lesson_consumption", + "style": { + "navigationBarTitleText": "课时消耗", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#333333", + "navigationBarTextStyle": "white" + } + }, + { + "path" : "pages/student/my/my_members", + "style": { + "navigationBarTitleText": "我的成员", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#333333", + "navigationBarTextStyle": "white" + } + }, + { + "path" : "pages/student/my/personal_data", + "style": { + "navigationBarTitleText": "个人资料", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#333333", + "navigationBarTextStyle": "white" + } + }, + { + "path" : "pages/student/index/job_list", + "style": { + "navigationBarTitleText": "作业列表", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#29d3b4", + "navigationBarTextStyle": "white" + } + }, + + + + + + { + "path" : "pages/common/privacy_agreement", + "style": { + "navigationBarTitleText": "隐私协议", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } + }, { "path" : "pages/common/my_message", "style": { @@ -126,15 +176,6 @@ "navigationBarTextStyle": "white" } }, - { - "path" : "pages/student/my/update_pass", - "style": { - "navigationBarTitleText": "修改密码", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "black" - } - }, { "path" : "pages/common/article_info", "style": { @@ -153,43 +194,16 @@ "navigationBarTextStyle": "white" } }, - { - "path" : "pages/student/my/lesson_consumption", - "style": { - "navigationBarTitleText": "课时消耗", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#333333", - "navigationBarTextStyle": "white" - } - }, - { - "path" : "pages/student/my/my_members", - "style": { - "navigationBarTitleText": "我的成员", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#333333", - "navigationBarTextStyle": "white" - } - }, - { - "path" : "pages/student/my/personal_data", - "style": { - "navigationBarTitleText": "个人资料", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#333333", - "navigationBarTextStyle": "white" - } - }, - { - "path" : "pages/student/index/job_list", - "style": { - "navigationBarTitleText": "作业列表", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#29d3b4", - "navigationBarTextStyle": "white" - } - }, - + { + "path" : "pages/common/contract_list", + "style": { + "navigationBarTitleText": "合同列表", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" + } + }, + diff --git a/pages/common/contract_list.vue b/pages/common/contract_list.vue new file mode 100644 index 0000000..f117194 --- /dev/null +++ b/pages/common/contract_list.vue @@ -0,0 +1,225 @@ + + + + + + \ No newline at end of file diff --git a/pages/student/my/my.vue b/pages/student/my/my.vue index 0433c46..2cbf112 100644 --- a/pages/student/my/my.vue +++ b/pages/student/my/my.vue @@ -56,7 +56,7 @@ - + 我的合同 @@ -143,6 +143,14 @@ url: '/pages/student/my/personal_data' }) }, + + //跳转页面-合同列表 + openViewContractList(item) { + uni.navigateTo({ + url: `/pages/common/contract_list` + }) + }, + //跳转页面-我的消息 openViewMyMessage(item) { uni.navigateTo({