diff --git a/src/pages.json b/src/pages.json
index 2576942a..2d4f51ea 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -1,4 +1,5 @@
{
+<<<<<<< HEAD
"pages": [
{
"path": "pages/index/index",
@@ -154,4 +155,165 @@
}
},
"uniIdRouter": {}
+=======
+ "pages": [{
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "首页",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/courseDetail/index",
+ "style": {
+ "navigationBarTitleText": "课程详情",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/courseDetail/submit",
+ "style": {
+ "navigationBarTitleText": "提交评价",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/study/index",
+ "style": {
+ "navigationBarTitleText": "学习",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/intelligentAnswering/index",
+ "style": {
+ "navigationBarTitleText": "智能问答",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/scene/index",
+ "style": {
+ "navigationBarTitleText": "场景",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/me/index",
+ "style": {
+ "navigationBarTitleText": "我的",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/login/login",
+ "style": {
+ "navigationBarTitleText": "登录",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/other/web_view",
+ "style": {
+ "navigationBarTitleText": "",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/login/ysxy",
+ "style": {
+ "navigationBarTitleText": "",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/search/search",
+ "style": {
+ "navigationBarTitleText": "",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/course/index",
+ "style": {
+ "navigationBarTitleText": "课程中心",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/course/study",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ }
+ ],
+ "tabBar": {
+ "list": [{
+ "text": "首页",
+ "pagePath": "pages/index/index"
+ },
+ {
+ "text": "学习",
+ "pagePath": "pages/study/index"
+ },
+ {
+ "text": "场景",
+ "pagePath": "pages/scene/index"
+ },
+ {
+ "text": "我的",
+ "pagePath": "pages/me/index"
+ }
+ ],
+ "color": "#666666",
+ "selectedColor": "#0066FF",
+ "fontSize": "16px",
+ "borderStyle": "white",
+ "borderColor": "#ffffff",
+ "height": "70px",
+ "spacing": "10px",
+ "midButton": {
+ "iconPath": "/static/images/icon/fawn.png",
+ "width": "86px",
+ "height": "86px",
+ "iconWidth": "90px"
+ }
+ },
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "AI智能培训",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8",
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleView": false,
+ "bounce": "none"
+ }
+ },
+ "uniIdRouter": {}
+>>>>>>> 8af971b2f3c186031f86d692251cf77f91455270
}
\ No newline at end of file
diff --git a/src/pages/courseDetail/submit.vue b/src/pages/courseDetail/submit.vue
new file mode 100644
index 00000000..0ab60bc6
--- /dev/null
+++ b/src/pages/courseDetail/submit.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+
+
+ 发表评价
+
+
+
+
+
+
+ 最多可添加4张图片
+
+
+
+
+
+ 综合评分
+
+
+
+
+
+ 平分
+ 平分
+
+
+
+ 去学习
+
+
+
+
+
+
+
diff --git a/src/pagesOther.json b/src/pagesOther.json
index b720cdef..04435044 100644
--- a/src/pagesOther.json
+++ b/src/pagesOther.json
@@ -17,6 +17,15 @@
"titleNView": false
}
}
+ },
+ {
+ "path": "pages/courseDetail/submit",
+ "style": {
+ "navigationBarTitleText": "提交评价",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
}
],
"tabBar": {