Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
-
- <view class="container">
- <c-banner wx:key="unique" list="{{list}}" />
- <c-rushToBuy />
- <!-- 小游戏暂时注释 -->
- <view class='game' bindtap="gotogame" wx-if="{{showIf}}">
- <view class='game-entry'>
- <image src="{{staticGamedata.imgUrl}}" class='gameimg' mode='widthFix'></image>
- <text>新用户专享神秘礼物</text>
- <text>独家福利,抢完即止</text>
- </view>
- </view>
- <c-coupons id="lists" bind:myevent="onGetCode" />
- <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" />
- </view>
|