Commit 80821f23 authored by lvtz's avatar lvtz

fix

parent 37bede26
......@@ -12,7 +12,7 @@
</view>
</view>
<view class="footer-box">
<view class="btn"><image class="icon" src="{{localImageRoot}}2b/helpcenter/wechaticon.png?{{imageVersion}}"/>
<view class="btn"><image class="icon" src="{{imageRoot}}2b/helpcenter/wechaticon.png?{{imageVersion}}"/>
<button open-type="contact" class="contact"></button>在线咨询
</view>
</view>
......
......@@ -34,8 +34,8 @@
</view>
</view>
<view class="footer-box">
<view class="btn" bindtap="toPostFeedback"><image class="icon" src="{{localImageRoot}}2b/helpcenter/adviceicon.png?{{imageVersion}}"/>建议反馈</view>
<view class="btn"><image class="icon" src="{{localImageRoot}}2b/helpcenter/wechaticon.png?{{imageVersion}}"/>在线咨询
<view class="btn" bindtap="toPostFeedback"><image class="icon" src="{{imageRoot}}2b/helpcenter/adviceicon.png?{{imageVersion}}"/>建议反馈</view>
<view class="btn"><image class="icon" src="{{imageRoot}}2b/helpcenter/wechaticon.png?{{imageVersion}}"/>在线咨询
<button class="contact" open-type="contact"></button>
</view>
</view>
......
......@@ -27,7 +27,11 @@
<view class="item-name">{{item.school_student && item.school_student.nickname ? item.school_student.nickname: item.name }}</view>
<view class="item-opt" data-id="{{item.id}}" catchtap="kickOutStudent">踢出本次打卡</view>
</view>
<view class="item-textbox" wx:if="{{subject_type==3}}"><text>已闯{{item.max_clock_count || 0}}关</text> <text>分享{{item.share_count || 0}}次</text> <text>{{item.share_uv || 0}}人访问</text></view>
<view class="item-textbox" wx:if="{{subject_type==3}}">
<text>已闯{{item.max_clock_count || 0}}关</text>
<!-- <text>分享{{item.share_count || 0}}次</text>
<text>{{item.share_uv || 0}}人访问</text> -->
</view>
<view class="item-mobile">手机号: {{item.mobile? item.mobile: '-'}}</view>
</view>
</view>
......@@ -41,6 +45,7 @@
<list-loading loading="{{studentLoading}}"></list-loading>
<view class='btn-add'>
<button class="text" open-type="share">邀请学生打卡</button>
<!-- <view class="text">导出学生闯关打卡数据</view> -->
</view>
</view>
......
......@@ -35,7 +35,7 @@
}
.list-wrap .list-box .list-item {
display: flex;
align-items: flex-start;
align-items: center;
justify-content: space-between;
border-bottom: 2rpx solid #f1f2f3;
padding: 24rpx 0;
......@@ -43,7 +43,7 @@
.list-wrap .list-box .list-item .right,
.list-wrap .list-box .list-item .left {
display: flex;
align-items: flex-start;
align-items: center;
}
.list-wrap .list-box .list-item .item-avatar {
width: 72rpx;
......@@ -115,21 +115,35 @@
rgba(255, 255, 255, 0.9) 100%
);
width: 100%;
display: flex;
align-items: center;
}
.btn-add .text {
flex: 1;
width: 100%;
height: 98rpx;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin: 50rpx auto 0;
margin: 50rpx 0 0;
font-size: 28rpx;
color: rgba(22, 176, 253, 1);
background: transparent;
border-radius: 0;
padding: 0;
position: relative;
}
.btn-add .text:nth-child(2)::before{
content: "";
width: 1px;
height: 25rpx;
background: #16B0FD;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%) scaleX(.5);
}
@import "../../style/themeindex.wxss";
.setting-list{
max-height: 800rpx;
......
......@@ -128,7 +128,7 @@
</view>
</view>
<view class="btn btn-home" bindtap="goWebsiteIndex" wx:else>
<image class="icon-home" src="{{localImageRoot}}common/icon_home.png?{{imageVersion}}"></image>
<image class="icon-home" src="{{imageRoot}}common/icon_home.png?{{imageVersion}}"></image>
<view class="tip">学校首页</view>
</view>
<!-- 没有手机号 需要授权-->
......
......@@ -129,7 +129,7 @@
</view>
</view>
<view class="btn btn-home" bindtap="goWebsiteIndex" wx:else>
<image class="icon-home" src="{{localImageRoot}}common/icon_home.png?{{imageVersion}}"></image>
<image class="icon-home" src="{{imageRoot}}common/icon_home.png?{{imageVersion}}"></image>
<view class="tip">学校首页</view>
</view>
<!-- 没有手机号 需要授权 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment