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}}" />
- <!-- 折扣卡 -->
- <view class='section'>
- <view bindtap='searchbar'>
- <image src='{{icon0005}}'></image>
- <text>门店</text>
- </view>
- <view bindtap='qrcode'>
- <image src='{{icon0008}}'></image>
- <text>会员权益</text>
- </view>
- <view bindtap='mycard'>
- <image src='{{icon0006}}'></image>
- <i class="red" style="display:{{display1}}"></i>
- <text>我的卡包</text>
- </view>
- <view bindtap='mycoupon'>
- <image src='{{icon0007}}'></image>
- <i class="red" style="display:{{display}}"></i>
- <text>我的券包</text>
- </view>
- </view>
- <!-- 会员信息 -->
- <view class='userinfo'bindtap='gotouser'>
- <view class="user-avatar" bindtap='gotograde'>
- <open-data class="open" type="userAvatarUrl"></open-data>
- </view>
- <view class="user-data" bindtap='gotograde'>
- <open-data type="userNickName"></open-data>
- <text class='chengzhang'>{{levelName}}</text>
- <view class="view">成长值<text class="score">{{score}}</text>
- 优惠劵<text class="score">{{score}}</text>
- </view>
- </view>
- <view class='barcode'>
- <image src="{{barcode}}" class='barcodeimg' mode='widthFix'></image>
- <image src="{{leftarrows}}" class='leftimg' mode='widthFix'></image>
- </view>
- </view>
- <!-- 营销活动 -->
- <view class='sellsection'>
- <view bindtap='gobargain'>
- <image src='{{newbargain}}'></image>
- </view>
- <view bindtap='gogroup'>
- <image src='{{newgroup}}'></image>
- </view>
- <view bindtap='gotoRushBuy'>
- <image src='{{newseckill}}'></image>
- </view>
- <view bindtap='gotodiscountcard'>
- <image src='{{newcard}}'></image>
- </view>
- </view>
- <view class='product' wx:if="{{showTopic}}">
- <image src='{{cover}}' bindtap='gotoTopic' mode='aspectFill'></image>
- </view>
- <!-- 砍价专场 -->
- <c-bargain id="bargain"/>
- <!-- 拼团专场 -->
- <c-spellGroup id="spellGroup"/>
- <!-- 小游戏暂时注释 -->
- <view class='game' wx-if="{{showIf}}">
- <view class='game-entry'>
- <image src="{{guanbi1}}" bindtap="close" style='width:30rpx;height:30rpx;position:absolute;right:0;top:-20rpx;' mode='widthFix'></image>
- <image src="{{usergift}}" bindtap="gotogame" class='gameimg' mode='widthFix'></image>
- </view>
- </view>
- <!-- 限时抢购和消费卡 -->
- <c-rushtobyCard id="rushtobyCard"/>
- <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>
- <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
- <view class="canvas-box">
- <text class='memberIds' wx:if="{{levelName!='无'}}">{{levelName}}</text>
- <canvas canvas-id="barcode" />
- <button class='button' bindtap='mySpecial'>特享礼遇</button>
- </view>
-
- </view>
- <!-- 顶部签到成长值 -->
- <view class='signin' wx:if="{{fistLogin}}" animation="{{alphaData}}">
- <open-data class="open" type="userAvatarUrl"></open-data>
- <text class='text'>您今日签到成功,获得{{fistLogin}}成长值</text>
- </view>
|