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

16 lines
1011B

  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/69.png?v=002'}}"></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. <yuyue bindyuyue="yuyueControl" wx:if="{{yuyueShow}}"></yuyue>
  14. <tabBar></tabBar>
  15. </view>