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}}" />
- <!-- 折扣卡 -->
- <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>
|