index.wxml 220 B

123456
  1. <!--pages/home/index.wxml-->
  2. <view class="page" style="background-image: url({{pageBGIMG}});">
  3. <view class="buttom" style="background-image: url({{btnBGIMG}});" bindtap="lvru">
  4. 登记选手信息
  5. </view>
  6. </view>