C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

54 行
2.0 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='mycard'>
  26. <image src='{{icon0006}}'></image>
  27. <text>我的卡包</text>
  28. </view>
  29. <view bindtap='mycoupon'>
  30. <image src='{{icon0007}}'></image>
  31. <text>我的券包</text>
  32. </view>
  33. <view bindtap='qrcode'>
  34. <image src='{{icon0008}}'></image>
  35. <text>会员权益</text>
  36. </view>
  37. </view>
  38. <!-- 小游戏暂时注释 -->
  39. <view class='game' bindtap="gotogame" wx-if="{{showIf}}">
  40. <view class='game-entry'>
  41. <image src="{{newUrl}}" class='gameimg' mode='widthFix'></image>
  42. </view>
  43. </view>
  44. <c-coupons id="lists" bind:myevent="onGetCode" loadingtext="{{loadingtext}}" loading="{{loading}}" />
  45. <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" />
  46. </view>
  47. <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
  48. <view class="canvas-box">
  49. <text class='memberIds' wx:if="{{levelName!='无'}}">{{levelName}}</text>
  50. <canvas hidden="{{canvasHidden}}" style="width:500rpx;height:460rpx;background:0 0 0 .6;margin:-10rpx auto;overflow:hidden" canvas-id="mycanvas2" />
  51. <button class='button' bindtap='mySpecial'>特享礼遇</button>
  52. </view>
  53. </view>