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.

13 lines
542 B

  1. <view class="container">
  2. <c-banner wx:key="unique" list="{{list}}" />
  3. <c-rushToBuy />
  4. <!-- 小游戏暂时注释 -->
  5. <!-- <view class='game' bindtap="gotogame" wx:if="{{showGame}}">
  6. <image src='./../../assets/img/game.png' mode='widthFix'></image>
  7. <text>新用户专享神秘礼物</text>
  8. <text>独家福利,抢完即止</text>
  9. </view> -->
  10. <c-coupons id="lists" bind:myevent="onGetCode" />
  11. <!-- <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" /> -->
  12. </view>