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

5 yıl önce
5 yıl önce
5 yıl önce
12345678910111213141516171819
  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/scout/reward.png'}}"></image>
  6. <view class="btn" bindtap="getPoster">立即分享,赚取奖励
  7. <button class="btn2" wx:if="{{iconShow}}" open-type="getUserInfo" bindgetuserinfo="getUserWxMsg"></button>
  8. </view>
  9. </view>
  10. <view class="mask" wx:if="{{maskShow}}">
  11. <view class="tipContent" wx:if="{{tipShow}}">
  12. <view class="title">{{titleContent}}</view>
  13. <image class="txt" src="{{imgUrl+'/star/scout/tipContent.png'}}"></image>
  14. <view class="closeBtn" style="right:-40rpx;top:-45rpx;" bindtap="hiddenTip"></view>
  15. </view>
  16. </view>
  17. </view>
  18. <tabBar></tabBar>