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.

10 rivejä
360 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. </view>