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.
|
-
- <view class="container">
- <c-banner wx:key="unique" list="{{list}}" />
- <!-- 折扣卡 -->
- <discount-card wx:key="unique" />
- <c-rushToBuy />
- <!-- 小游戏暂时注释 -->
- <view class='game' bindtap="gotogame" wx-if="{{showIf}}">
- <view class='game-entry'>
- <image src="./../../assets/img/new.png" class='gameimg' mode='widthFix'></image>
- </view>
- </view>
- <c-coupons id="lists" bind:myevent="onGetCode" loadingtext="{{loadingtext}}" loading="{{loading}}" />
- <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" />
- </view>
|