my.wxml 150 B

12345
  1. <!--pages/my/my.wxml-->
  2. <text>我的</text>
  3. <!-- 使用:引用方法 -->
  4. <import src="../home/home"/>
  5. <template is="news" data="{{hoilday:'三'}}"/>