C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

50 satır
1.9 KiB

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