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.
|
- <!--pages/star/star.wxml-->
- <view id="star" class="showView">
- <view class="home">
- <image class="bg" src="{{imgUrl+'/star/bg.jpg'}}"></image>
- <image class="logo1" src="{{imgUrl+'/star/logo1.png'}}"></image>
- <image class="logo2" src="{{imgUrl+'/star/logo2.png'}}"></image>
- <view class="ruleBtn" bindtap="showRule">规则说明</view>
- <view class="propagandaBox"></view>
- <view class="btnBox">
- <view class="btn">星探任务</view>
- <view class="btn">每日任务</view>
- </view>
- </view>
- </view>
|