家政小程序
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 340B

1234567891011
  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 class="page-ft">
  9. <view class="btn-book" bindtap="bookServer">预约服务</view>
  10. </view>
  11. </view>