C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

11 righe
443 B

  1. <view class="container">
  2. <c-banner wx:key="unique" list="{{list}}" />
  3. <c-rushToBuy />
  4. <view class='game' bindtap="gotogame" wx:if="{{showGame}}">
  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. <g-entry id="lists" wx:if="{{showGame}}" bind:myevent="" />
  11. </view>