张延森 4 years ago
parent
commit
b8dbb78ab4

+ 6
- 0
src/components/Markdown/Readme.md View File

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

+ 4
- 1
src/pages/HuiShengHuo/ActivityList/ActivityDetail/index.config.js View File

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