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.
|
- <view class="container">
- <c-banner wx:key="unique" list="{{list}}" />
- <c-rushToBuy />
- <view class='game' bindtap="gotogame" wx:if="{{showGame}}">
- <image src='./../../assets/img/game.png' mode='widthFix'></image>
- <text>新用户专享神秘礼物</text>
- <text>独家福利,抢完即止</text>
- </view>
- <c-coupons id="lists" bind:myevent="onGetCode" />
- <g-entry id="listss" wx:if="{{showGame&&!played}}" gamedata="{{gamedata}}" bind:myevent="" />
- </view>
|