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.

56 lines
2.1 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='{{icon0001}}'></image>
  7. <text>限时抢购</text>
  8. </view>
  9. <view bindtap='gotodiscountCardList'>
  10. <image src='{{icon0002}}'></image>
  11. <text>消费卡</text>
  12. </view>
  13. <view bindtap='gotoSpellGroup'>
  14. <image src='{{icon0003}}'></image>
  15. <text>拼团专场</text>
  16. </view>
  17. <view bindtap='gotoBargain'>
  18. <image src='{{icon0004}}'></image>
  19. <text>砍价专场</text>
  20. </view>
  21. <view bindtap='searchbar'>
  22. <image src='{{icon0005}}'></image>
  23. <text>品牌门店</text>
  24. </view>
  25. <view bindtap='qrcode'>
  26. <image src='{{icon0008}}'></image>
  27. <text>会员权益</text>
  28. </view>
  29. <view bindtap='mycard'>
  30. <image src='{{icon0006}}'></image>
  31. <i class="red" style="display:{{display1}}"></i>
  32. <text>我的卡包</text>
  33. </view>
  34. <view bindtap='mycoupon'>
  35. <image src='{{icon0007}}'></image>
  36. <i class="red" style="display:{{display}}"></i>
  37. <text>我的券包</text>
  38. </view>
  39. </view>
  40. <!-- 小游戏暂时注释 -->
  41. <view class='game' bindtap="gotogame" wx-if="{{showIf}}">
  42. <view class='game-entry'>
  43. <image src="{{newUrl}}" class='gameimg' mode='widthFix'></image>
  44. </view>
  45. </view>
  46. <c-coupons id="lists" bind:myevent="onGetCode" loadingtext="{{loadingtext}}" loading="{{loading}}" />
  47. <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" />
  48. </view>
  49. <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
  50. <view class="canvas-box">
  51. <text class='memberIds' wx:if="{{levelName!='无'}}">{{levelName}}</text>
  52. <canvas hidden="{{canvasHidden}}" style="width:500rpx;height:460rpx;background:0 0 0 .6;margin:-10rpx auto;overflow:hidden" canvas-id="mycanvas2" />
  53. <button class='button' bindtap='mySpecial'>特享礼遇</button>
  54. </view>
  55. </view>