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.

61 rivejä
2.2 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. <c-bargain/>
  42. <!-- 拼团专场 -->
  43. <c-spellGroup/>
  44. <!-- 小游戏暂时注释 -->
  45. <view class='game' bindtap="gotogame" wx-if="{{showIf}}">
  46. <view class='game-entry'>
  47. <image src="{{newUrl}}" class='gameimg' mode='widthFix'></image>
  48. </view>
  49. </view>
  50. <c-coupons id="lists" bind:myevent="onGetCode" loadingtext="{{loadingtext}}" loading="{{loading}}" />
  51. <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" />
  52. </view>
  53. <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
  54. <view class="canvas-box">
  55. <text class='memberIds' wx:if="{{levelName!='无'}}">{{levelName}}</text>
  56. <canvas hidden="{{canvasHidden}}" style="width:500rpx;height:460rpx;background:0 0 0 .6;margin:-10rpx auto;overflow:hidden" canvas-id="mycanvas2" />
  57. <button class='button' bindtap='mySpecial'>特享礼遇</button>
  58. </view>
  59. </view>