家政小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxml 229B

12345678
  1. <import src="/wxParse/wxParse.wxml" />
  2. <view class="page">
  3. <view class="page-bd">
  4. <view class="introduce">
  5. <template is="wxParse" data="{{wxParseData:article.nodes}}" />
  6. </view>
  7. </view>
  8. </view>