diff --git a/src/pages.json b/src/pages.json
index fd65c81..654d72f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -30,6 +30,22 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/explain/business-unit-list",
+ "style": {
+ "navigationBarTitleText": "业务单元",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/explain/guide-stop-list",
+ "style": {
+ "navigationBarTitleText": "讲解点",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/hall/detail",
"style": {
diff --git a/src/pages/explain/guide-stop-list.vue b/src/pages/explain/guide-stop-list.vue
new file mode 100644
index 0000000..e99ef93
--- /dev/null
+++ b/src/pages/explain/guide-stop-list.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+