最美星店长
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.
 

41 lines
4.1 KiB

<template name="votefooter">
<view bindtap="adindex" style="position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.85);z-index:1003;display:flex;display: -webkit-flex;align-items:center;" wx:if="{{data.isadindex}}">
<view style="margin: 0 auto;position: relative;overflow: visible;">
<image bindtap="imgjumpwxapp" data-img="10" src="{{data.adfixed}}" mode="widthFix" style="width:500rpx;border-radius:5px;"></image>
<view style="width: 60rpx;height: 60rpx;line-height: 60rpx;border-radius: 60rpx;border: 4rpx solid #fff;color: #fff;text-align: center;opacity: 0.9;font-size:30rpx;position:absolute;top:-40px;right:0px;">X</view>
</view>
</view>
<view style="position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index:1001;display:flex;display: -webkit-flex;align-items:center;" wx:if="{{config.userlogin=='1'}}">
<view style="margin-top:-60rpx;width:550rpx;background:#fff;margin-left:100rpx;border-radius:5px;">
<view style="padding:25rpx;text-align:center;font-size:18px;">微信授权</view>
<view style="padding:25rpx;text-align:center;font-size:15px;color:#aaa;margin-top:-10rpx;">提示:需要授权后才能参与活动</view>
<view style="display:flex;">
<button bindtap="close" style="padding:0rpx;text-align:center;font-size:18px;color:#1AAD16;border:0px solid #fff;border-top:1px solid #eee;background-color:#fff;border-radius:0px;position: static;width:50%">取消</button>
<!-- <button bindgetuserinfo="bindGetUserInfo" openType="getUserInfo" style="width:50%;color:#1AAD16;background:#fff;border-radius:0px;">确定</button> -->
<button bindtap="bindGetUserInfo" style="width:50%;color:#1AAD16;background:#fff;border-radius:0px;">确定</button>
</view>
</view>
</view>
<view class="footer" style="background-color: #EEEDF0;padding-top: 20rpx;padding-bottom:{{ config.isIphoneX ? 34 : 0 }}px;">
<view bindtap="viewjump" class="item" data-topage="mall" style="{{footerindex==1?'color:#333333':'color:#C9CDD2'}}">
<image class="iconfont" style="height:36rpx;width:36rpx;" src="{{footerindex==1 ? 'https://xcx.zgzmdz.com/attachment/images/baseImages/pinkhome2x.png' : 'https://xcx.zgzmdz.com/attachment/images/baseImages/home2x.png'}}"> </image>
<view>活动首页</view>
</view>
<view bindtap="viewjump" class="item" data-topage="ranking" style="{{footerindex==3?'color:#333333':'color:#C9CDD2'}}">
<image class="iconfont" style="height:36rpx;width:36rpx;" src="{{footerindex==3 ? 'https://xcx.zgzmdz.com/attachment/images/baseImages/pinktrophy2x.png' : 'https://xcx.zgzmdz.com/attachment/images/baseImages/trophy2x.png'}}"> </image>
<view>排行</view>
</view>
<view bindtap="viewjump" class="item" data-topage="rule" style="{{footerindex==4?'color:#333333':'color:#C9CDD2'}}">
<image class="iconfont" style="height:36rpx;width:36rpx;" src="{{footerindex==4 ? 'https://xcx.zgzmdz.com/attachment/images/baseImages/pinkprize2x.png' : 'https://xcx.zgzmdz.com/attachment/images/baseImages/prize2x.png'}}"> </image>
<view>奖品</view>
</view>
<!-- <view bindtap="viewjump" class="item" data-topage="myjoin" style="{{footerindex==2?'color:#333333':'color:#C9CDD2'}}">
<image class="iconfont" style="height:36rpx;width:36rpx;" src="{{footerindex==2 ? 'https://xcx.zgzmdz.com/attachment/images/baseImages/pinkflag2x.png' : 'https://xcx.zgzmdz.com/attachment/images/baseImages/flag2x.png'}}"> </image>
<view>{{data.is_join == 0 ? '个人中心' :'我的'}}</view>
</view> -->
<view bindtap="viewjump" class="item" data-topage="personal" style="{{footerindex==2?'color:#333333':'color:#C9CDD2'}}">
<image class="iconfont" style="height:36rpx;width:36rpx;" src="{{footerindex==2 ? 'https://xcx.zgzmdz.com/attachment/images/baseImages/pinkflag2x.png' : 'https://xcx.zgzmdz.com/attachment/images/baseImages/flag2x.png'}}"> </image>
<view>{{data.is_join == 0 ? '个人中心' :'我的'}}</view>
</view>
</view>
</template>