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

scout.wxml 769B

5 yıl önce
5 yıl önce
5 yıl önce
5 yıl önce
5 yıl önce
5 yıl önce
1234567891011121314151617
  1. <!--pages/scout/scout.wxml-->
  2. <view class="showView">
  3. <view class="content">
  4. <image class="bg" src="{{imgUrl+'/star/scout/bg.jpg'}}"></image>
  5. <image class="reward" src="{{imgUrl+'/star/tu1.png'}}"></image>
  6. <view class="btn" bindtap="getPoster">立即分享,赚取奖励</view>
  7. <button class="btn2" wx:if="{{iconShow}}" open-type="getUserInfo" bindgetuserinfo="getUserWxMsg"></button>
  8. </view>
  9. <view class="mask" wx:if="{{maskShow}}">
  10. <view class="tipContent" wx:if="{{tipShow}}">
  11. <view class="title">{{titleContent}}</view>
  12. <image class="txt" src="{{imgUrl+'/star/txt1.png'}}"></image>
  13. <image class="closeBtn" src="{{imgUrl+'/star/closebtn.png'}}" bindtap="hiddenTip"></image>
  14. </view>
  15. </view>
  16. </view>
  17. <tabBar></tabBar>