official-account.wxml 317 B

123456789101112
  1. <import src="../../../common/head.wxml"/>
  2. <import src="../../../common/foot.wxml"/>
  3. <view class="container page" data-weui-theme="{{theme}}">
  4. <template is="head" data="{{title: 'official-account'}}"/>
  5. <view class="page-body">
  6. <official-account></official-account>
  7. </view>
  8. <template is="foot"/>
  9. </view>