C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
423 B

  1. <view class="container">
  2. <c-banner wx:key="unique" list="{{list}}" />
  3. <c-rushToBuy />
  4. <view class='game' bindtap="gotogame">
  5. <image src='./../../assets/img/game.png' mode='widthFix'></image>
  6. <text>新用户专享神秘礼物</text>
  7. <text>独家福利,抢完即止</text>
  8. </view>
  9. <c-coupons id="lists" bind:myevent="onGetCode" />
  10. <!-- <official-account class="gzh"></official-account> -->
  11. </view>