public_details.wxml 350 B

12345678910
  1. <import src="../../wxParse/wxParse.wxml"></import>
  2. <view class="view">
  3. <text>{{detail.title}}</text>
  4. <text>{{detail.created_at}}</text>
  5. </view>
  6. <view class="body after-navber">
  7. <view style="background: #fff;padding:32rpx 0">
  8. <template is="wxParse" data="{{wxParseData:content.nodes}}"></template>
  9. </view>
  10. </view>