my.wxml 411 B

12345678910
  1. <!--pages/my/my.wxml-->
  2. <text>我的</text>
  3. <!-- 使用:引用方法 -->
  4. <import src="../home/home"/>
  5. <template is="news" data="{{hoilday:'三'}}"/>
  6. <van-button type="default">默认按钮</van-button>
  7. <van-button type="primary">主要按钮</van-button>
  8. <van-button type="info">信息按钮</van-button>
  9. <van-button type="warning">警告按钮</van-button>
  10. <van-button type="danger">危险按钮</van-button>