C端小程序
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.

43 lines
1.6 KiB

  1. <view class="container">
  2. <c-banner wx:key="unique" list="{{list}}" />
  3. <!-- 折扣卡 -->
  4. <view class='section'>
  5. <view bindtap='gotoRushBuy'>
  6. <image src='{{icon001}}'></image>
  7. <text>限时抢购</text>
  8. </view>
  9. <view bindtap='gotodiscountCardList'>
  10. <image src='{{icon002}}'></image>
  11. <text>消费卡</text>
  12. </view>
  13. <view bindtap='gotoSpellGroup'>
  14. <image src='{{sapellgroup}}'></image>
  15. <text>拼团专场</text>
  16. </view>
  17. <view bindtap='gotoBargain'>
  18. <image src='{{icon004}}'></image>
  19. <text>砍价专场</text>
  20. </view>
  21. <view bindtap='qrcode'>
  22. <image src='{{icon003}}'></image>
  23. <text>会员权益</text>
  24. </view>
  25. </view>
  26. <!-- 小游戏暂时注释 -->
  27. <view class='game' bindtap="gotogame" wx-if="{{showIf}}">
  28. <view class='game-entry'>
  29. <image src="{{newUrl}}" class='gameimg' mode='widthFix'></image>
  30. </view>
  31. </view>
  32. <c-coupons id="lists" bind:myevent="onGetCode" loadingtext="{{loadingtext}}" loading="{{loading}}" />
  33. <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" />
  34. </view>
  35. <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
  36. <view class="canvas-box">
  37. <text class='memberIds' wx:if="{{levelName!='无'}}">{{levelName}}</text>
  38. <canvas hidden="{{canvasHidden}}" style="width:500rpx;height:460rpx;background:0 0 0 .6;margin:-10rpx auto;overflow:hidden" canvas-id="mycanvas2" />
  39. <button class='button' bindtap='mySpecial'>特享礼遇</button>
  40. </view>
  41. </view>