百科支持图片和视频
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"navigator": "/components/navigator/index"
|
||||
"navigator": "/components/navigator/index",
|
||||
"mp-html": "/components/mp-html/index"
|
||||
},
|
||||
"navigationStyle": "custom"
|
||||
}
|
@@ -3,6 +3,6 @@
|
||||
<view class="contentWrapper">
|
||||
<view class="title">{{detail.title}}</view>
|
||||
<view class="content">
|
||||
<rich-text nodes="{{detail.content}}"></rich-text>
|
||||
<mp-html content="{{detail.content}}" />
|
||||
</view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user