东风启辰小程序端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

5 лет назад
5 лет назад
5 лет назад
5 лет назад
5 лет назад
5 лет назад
12345678910111213141516171819202122
  1. <!--pages/guess/guess.wxml-->
  2. <view class="all">
  3. <view class="main">
  4. <image class="pageBg" src="{{imgUrl+'/newImages4/20.png'}}"></image>
  5. <image class="gameRule" src="{{imgUrl+'/newImages5/76.png'}}"></image>
  6. <image class="startBtn" bindtap="enterGuessPrize" wx:if="{{userType==1}}" src="{{imgUrl+'/newImages5/60.png'}}"></image>
  7. <image class="startBtn" bindtap="enterGuessPrize" wx:if="{{userType==4}}" src="{{imgUrl+'/newImages5/61.png'}}"></image>
  8. <image class="startBtn" bindtap="enterGuessPrize" wx:if="{{userType==3}}" src="{{imgUrl+'/newImages5/62.png'}}"></image>
  9. <image class="startBtn" bindtap="enterGuessPrize" wx:if="{{userType==2}}" src="{{imgUrl+'/newImages5/63.png'}}"></image>
  10. <image class="drawBtn" bindtap="enterLucky" src="{{imgUrl+'/versions/1.png'}}"></image>
  11. <image class="yuyue" bindtap="yuyueControl" src="{{imgUrl+'/newIcon/4.png'}}"></image>
  12. </view>
  13. <view class="ruleFrame ruleFrame2" wx:if="{{tipWindow2}}">
  14. <view class="tipWindow">
  15. <image class="tipWindowBg" src="{{imgUrl+'/newImages5/77.png'}}"></image>
  16. <image class="tipWindowClose" bindtap="tipWindowControl2" src="{{imgUrl+'/newImages4/27.png'}}"></image>
  17. </view>
  18. </view>
  19. <yuyue bindyuyue="yuyueControl" wx:if="{{yuyueShow}}"></yuyue>
  20. <tabBar></tabBar>
  21. </view>