东风启辰小程序端
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.

14 satır
533B

  1. <!--pages/star/star.wxml-->
  2. <view id="star" class="showView">
  3. <view class="home">
  4. <image class="bg" src="{{imgUrl+'/star/bg.jpg'}}"></image>
  5. <image class="logo1" src="{{imgUrl+'/star/logo1.png'}}"></image>
  6. <image class="logo2" src="{{imgUrl+'/star/logo2.png'}}"></image>
  7. <view class="ruleBtn" bindtap="showRule">规则说明</view>
  8. <view class="propagandaBox"></view>
  9. <view class="btnBox">
  10. <view class="btn">星探任务</view>
  11. <view class="btn">每日任务</view>
  12. </view>
  13. </view>
  14. </view>