- <import src="../../wxParse/wxParse.wxml"></import>
- <view class="view">
- <text>{{detail.title}}</text>
- <text>{{detail.created_at}}</text>
- </view>
- <view class="body after-navber">
- <view style="background: #fff;padding:32rpx 0">
- <template is="wxParse" data="{{wxParseData:content.nodes}}"></template>
- </view>
- </view>
|