diff --git a/pages.json b/pages.json index 1280bd1..1fa8f9a 100644 --- a/pages.json +++ b/pages.json @@ -80,6 +80,15 @@ {"path" : "pages/study/videoTest","style" : {"navigationBarTitleText": "视频频测试"}}, {"path" : "pages/lecturer/certification/list","style" : {"navigationBarTitleText": "讲师信息"}}, {"path" : "pages/lecturer/certification/info","style" : {"navigationBarTitleText": "讲师信息"}} + ,{ + "path" : "pages/hotforum/index", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/hotforum/index.vue b/pages/hotforum/index.vue new file mode 100644 index 0000000..1ad14e9 --- /dev/null +++ b/pages/hotforum/index.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/static/images/hotforum/back.jpg b/static/images/hotforum/back.jpg new file mode 100644 index 0000000..8f7f273 Binary files /dev/null and b/static/images/hotforum/back.jpg differ diff --git a/static/images/hotforum/border.png b/static/images/hotforum/border.png new file mode 100644 index 0000000..1689b16 Binary files /dev/null and b/static/images/hotforum/border.png differ diff --git a/static/images/hotforum/one.png b/static/images/hotforum/one.png new file mode 100644 index 0000000..b3c1e01 Binary files /dev/null and b/static/images/hotforum/one.png differ diff --git a/static/images/hotforum/two.png b/static/images/hotforum/two.png new file mode 100644 index 0000000..2697c7e Binary files /dev/null and b/static/images/hotforum/two.png differ