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({