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.

15 lines
601 B

  1. <view class="container">
  2. <c-banner wx:key="unique" list="{{list}}" />
  3. <!-- 折扣卡 -->
  4. <discount-card wx:key="unique" />
  5. <c-rushToBuy />
  6. <!-- 小游戏暂时注释 -->
  7. <view class='game' bindtap="gotogame" wx-if="{{showIf}}">
  8. <view class='game-entry'>
  9. <image src="./../../assets/img/new.png" class='gameimg' mode='widthFix'></image>
  10. </view>
  11. </view>
  12. <c-coupons id="lists" bind:myevent="onGetCode" loadingtext="{{loadingtext}}" loading="{{loading}}" />
  13. <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" />
  14. </view>