<!--pages/everyday/everyday.wxml--> <view id="everyday" class="showView"> <image class="showImg" src="{{imgUrl+'/newImages/30.png'}}"></image> <image class="ruleBtn" bindtap="ruleControl" data-state="{{true}}" src="{{imgUrl+'/images/everyDayRuleIcon.png'}}"></image> <view class="title">集碎片,攒红包</view> <view class="menuBox"> <image class="menu" src="{{imgUrl+'/star/everyday/menu.png'}}"></image> <view class="leftTitle"></view> <view class="centerTitle">{{picturlList[picturlCurrent]['fullName']}}</view> <view class="rightTitle"></view> </view> <view class="swiperBox"> <swiper current="{{picturlCurrent}}" bindchange="swiperChange"> <block wx:for="{{picturlList}}" wx:key="index"> <swiper-item> <view class="fragmentBox"> <image class="fragmentComplete" src="{{item.fullPicUrl}}"></image> <image class="fragmentComplete1" wx:if="{{!item.childIdArr[0]}}" src="{{imgUrl+'/newImages/maskIcon1.png'}}"></image> <image class="fragmentComplete2" wx:if="{{!item.childIdArr[1]}}" src="{{imgUrl+'/newImages/maskIcon2.png'}}"></image> <image class="fragmentComplete3" wx:if="{{!item.childIdArr[2]}}" src="{{imgUrl+'/newImages/maskIcon3.png'}}"></image> <image class="fragmentComplete4" wx:if="{{!item.childIdArr[3]}}" src="{{imgUrl+'/newImages/maskIcon4.png'}}"></image> <view class="lockSty lock1" wx:if="{{picturlList[picturlCurrent]['awardState']==0}}"> <image wx:if="{{item.childIdArr[0]}}" class="lockIcon" src="{{imgUrl+'/newImages/lockIcon2.png'}}"></image> <image wx:if="{{!item.childIdArr[0]}}" class="lockIcon" src="{{imgUrl+'/newImages/lockIcon1.png'}}"></image> </view> <view class="lockSty lock2" wx:if="{{picturlList[picturlCurrent]['awardState']==0}}"> <image wx:if="{{item.childIdArr[1]}}" class="lockIcon" src="{{imgUrl+'/newImages/lockIcon2.png'}}"></image> <image wx:if="{{!item.childIdArr[1]}}" class="lockIcon" src="{{imgUrl+'/newImages/lockIcon1.png'}}"></image> </view> <view class="lockSty lock3" wx:if="{{picturlList[picturlCurrent]['awardState']==0}}"> <image wx:if="{{item.childIdArr[2]}}" class="lockIcon" src="{{imgUrl+'/newImages/lockIcon4.png'}}"></image> <image wx:if="{{!item.childIdArr[2]}}" class="lockIcon" src="{{imgUrl+'/newImages/lockIcon3.png'}}"></image> </view> <view class="lockSty lock4" wx:if="{{picturlList[picturlCurrent]['awardState']==0}}"> <image wx:if="{{item.childIdArr[3]}}" class="lockIcon" src="{{imgUrl+'/newImages/lockIcon4.png'}}"></image> <image wx:if="{{!item.childIdArr[3]}}" class="lockIcon" src="{{imgUrl+'/newImages/lockIcon3.png'}}"></image> </view> </view> </swiper-item> </block> </swiper> <image class="arrowBtn" wx:if="{{picturlCurrent!=0}}" style="left:-30rpx;" src="{{imgUrl+'/star/everyday/arrowLeftBtn.png'}}" bindtap="prevPicturl"></image> <image class="arrowBtn" wx:if="{{picturlCurrent!=picturlList.length-1}}" style="right:-30rpx;" src="{{imgUrl+'/star/everyday/arrowRightBtn.png'}}" bindtap="nextPicturl"></image> </view> <!-- <view class="cumulativeGroup" wx:if="{{picturlList[picturlCurrent]['awardState']==0}}">您已累计登陆 {{totalSignDay}} 天</view> --> <view class="btnBox" style="width:483rpx;" wx:if="{{picturlList[picturlCurrent]['awardState']==0}}"> <view class="receive">您已累计登陆 {{totalSignDay}} 天</view> </view> <view class="btnBox" style="width:483rpx;" wx:if="{{picturlList[picturlCurrent]['awardState']==1}}"> <view class="receive" bindtap="receive">领取购车红包</view> </view> <view class="btnBox" style="width:483rpx;" wx:if="{{picturlList[picturlCurrent]['awardState']==-1}}"> <view class="receive" style="background-color:gray;">已领取</view> </view> <!-- <view class="btnBox"> <image class="starBtn" bindtap="goScout" src="{{imgUrl+'/btns/starBtn1_2.png'}}"></image> <image class="starBtn" src="{{imgUrl+'/btns/starBtn2.png'}}"></image> </view> <view class="btnBox" style="width:677rpx;" wx:if="{{picturlList[picturlCurrent]['awardState']==1}}"> <view class="receive" bindtap="receive">领取购车红包</view> </view> <view class="btnBox" style="width:677rpx;" wx:if="{{picturlList[picturlCurrent]['awardState']==-1}}"> <view class="receive" style="background-color:gray;">已领取</view> </view> --> <view class="mask" wx:if="{{!signState}}"> <view class="newImagesGroup"> <image class="newImages28" src="{{imgUrl+'/newImages/28.png'}}"></image> <view class="signText">{{signData.shortName}}</view> <image class="signPic" src="{{signData.popPicUrl}}"></image> <image class="newImages29" bindtap="signIn" src="{{imgUrl+'/newImages/29.png'}}"></image> </view> </view> <!-- <view class="mask" wx:if="{{maskShow}}"> <view class="taskBox" wx:if="{{taskShow}}"> <image wx:if="{{!isSign}}" class="gameRuleClose" bindtap="hiddenTask" style="top:-40rpx;right:-40rpx;" src="{{imgUrl+'/star/closebtn.png'}}"></image> <image class="everyDayTitle" src="{{imgUrl+'/images/everyDayTitle.png'}}"></image> <view class="contentBox"> <view class="name" wx:if="{{!isSign}}">{{taskName}}</view> <image class="taskImg" src="{{taskImgUrl}}" wx:if="{{!isSign}}"></image> <view class="signBtnGroup"> <view wx:if="{{isSign}}" bindtap="signIn"> <image class="everyDaySign" src="{{imgUrl+'/images/everyDaySign.png'}}"></image> <button wx:if="{{!userData}}" class="getUserMsgBtn" open-type="getUserInfo" lang="zh_CN" bindgetuserinfo="getUserWxMsg" style="width:100%;height:100%;min-height:0;"></button> </view> </view> <view class="btn" wx:if="{{!isSign}}"> <image class="everyDaySign" src="{{imgUrl+'/images/everyDayShare.png'}}"></image> <button open-type="share" class="shareBtn" style="width:100%;height:100%;margin:0;padding:0;min-height:0;"></button> </view> </view> </view> </view> --> </view> <view class="gamaRuleFrame" wx:if="{{showRule}}"> <view class="gameRuleGroup"> <image class="gameRuleIcon" src="{{imgUrl+'/images/gameRuleIcon.png'}}"></image> <image class="gameRuleClose" src="{{imgUrl+'/star/closebtn.png'}}" bindtap="ruleControl" data-state="{{false}}"></image> <view class="openTask" bindtap="ruleControl" data-state="{{false}}"> <image style="width:100%;height:100%;" class="everyDayOpen" src="{{imgUrl+'/images/everyDayOpen.png'}}"></image> </view> </view> </view> <view class="successPop" wx:if="{{tipWindow}}"> <view class="successGroup"> <image class="gameRuleClose" bindtap="closeWindow" style="top:-31rpx;right:-29rpx;" src="{{imgUrl+'/star/closebtn.png'}}"></image> <image class="successIcon" src="{{imgUrl+'/images/successIcon.png'}}"></image> <view class="titleGroup"></view> <view class="successTip">幸运满格,大奖到手</view> <image class="prizePic" src="{{getReward.awardPicUrl}}" mode="aspectFit"></image> <view class="prizeName">{{getReward.awardName}}</view> <!-- <view class="startRegister" wx:if="{{tipWindow==1}}" bindtap="receive">立即领取</view> --> <!-- <view class="startRegister" wx:if="{{tipWindow==2}}" bindtap="userRegister">立即领取</view> --> </view> </view> <view class="successPop" wx:if="{{hiddenFriendFrame}}"> <view class="friendTip"> <image class="gameRuleClose" bindtap="hiddenFriendTip" style="top:-31rpx;right:-29rpx;" src="{{imgUrl+'/star/closebtn.png'}}"></image> <!-- <text class="closeBtn" style="right:-40rpx;top:-40rpx;" bindtap="hiddenFriendTip"></text> --> <view class="friendTipTitle">恭喜您</view> <view class="tipText">您已经成功为 {{useShareData.nickName?useShareData.nickName:""}} 获得了</view> <view class="tipText">一片{{useShareData.taskName}}碎片</view> <view class="tipText">集齐4片即可获得一份</view> <view class="tipText">启辰星购车红包</view> <view class="joinBtn" bindtap="hiddenFriendTip">我也要玩</view> </view> </view> <view class="prizeDesc" catchtouchmove="ture" wx:if="{{isAddressShow}}"> <view class="mycenterTipWindowGroup"> <image class="mycenterTipWindow1" src="{{imgUrl+'/images/mycenterTipWindow1.png'}}"></image> <image bindtap="tipWindow" class="closeDescIcon" style="top:-10rpx;right:-10rpx;" src="{{imgUrl+'/images/closeDescIcon.png'}}"></image> <view class="mycenterTipBtnGroup"> <image class="mycenterTipBtn" bindtap="lookAddress" src="{{imgUrl+'/images/mycenterTipBtn1.png'}}"></image> </view> </view> </view> <userMsg bindaddress="addressControl" wx:if="{{addressShow}}"></userMsg> <tabBar></tabBar>