张延森 4 年之前
父節點
當前提交
b8dbb78ab4

+ 6
- 0
src/components/Markdown/Readme.md 查看文件

@@ -0,0 +1,6 @@
1
+使用当前组件的页面,必须设置
2
+
3
+  usingComponents: {
4
+    'towxml': '/towxml/towxml'
5
+  }
6
+  

+ 4
- 1
src/pages/HuiShengHuo/ActivityList/ActivityDetail/index.config.js 查看文件

@@ -1,3 +1,6 @@
1 1
 export default {
2
-  navigationBarTitleText: '荟 · 生活'
2
+  navigationBarTitleText: '荟 · 生活',
3
+  usingComponents: {
4
+    'towxml': '/towxml/towxml'
5
+  }
3 6
 }