diff --git a/manifest.json b/manifest.json index 9a9d179..09dbf4c 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx99fa48d1b6adc699", + "appid" : "wx24736a3864e8f0e9", "setting" : { "urlCheck" : false }, diff --git a/pages.json b/pages.json index 425f1ca..bda3c3c 100644 --- a/pages.json +++ b/pages.json @@ -16,7 +16,7 @@ { "path": "pages/index/member", "style": { - "navigationBarTitleText": "custom", + "navigationStyle": "custom", "enablePullDownRefresh": true } }, @@ -52,11 +52,23 @@ "navigationBarBackgroundColor": "#06DADC" } }, + { + "path": "home/search", + "style": { + "navigationStyle": "custom" + } + }, { "path": "home/submit", "style": { "navigationBarTitleText": "报名个人语境定制" - + } + }, + { + "path": "home/directory", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#264C8F" } }, { diff --git a/pages/index/home.vue b/pages/index/home.vue index cdca2a2..0dc7efa 100644 --- a/pages/index/home.vue +++ b/pages/index/home.vue @@ -5,7 +5,7 @@ - + @@ -311,6 +312,16 @@ export default { uni.navigateTo({ url: '/subPages/home/plan' }) + }, + goSearch() { + uni.navigateTo({ + url: '/subPages/home/search' + }) + }, + goBook() { + uni.navigateTo({ + url: '/subPages/home/directory' + }) } } } diff --git a/static/内容图标.png b/static/内容图标.png new file mode 100644 index 0000000..99a0fde Binary files /dev/null and b/static/内容图标.png differ diff --git a/static/课程图标.png b/static/课程图标.png new file mode 100644 index 0000000..3549780 Binary files /dev/null and b/static/课程图标.png differ diff --git a/subPages/home/directory.vue b/subPages/home/directory.vue new file mode 100644 index 0000000..0da3cfb --- /dev/null +++ b/subPages/home/directory.vue @@ -0,0 +1,475 @@ + + + + + \ No newline at end of file diff --git a/subPages/home/search.vue b/subPages/home/search.vue new file mode 100644 index 0000000..800d1c3 --- /dev/null +++ b/subPages/home/search.vue @@ -0,0 +1,333 @@ + + + + + \ No newline at end of file