Commit 78349d18 authored by sujie@126.com's avatar sujie@126.com

dd

parent 2ccf144b
......@@ -190,6 +190,7 @@ Page({
rankingTotal: 0,
memberList: [],
memberTotal: 0,
classRoomReviewlistByeDate:[]
},()=>{
this.doInit('init')
})
......
......@@ -708,5 +708,12 @@ Page({
wx.navigateTo({
url: `/src/pages/papersquare/classreviewshare?sid=${sid}&id=${id}&rid=${rid}&type=${type}`
})
}
},
hideCountDailogShow(e){
if(e.target.dataset.flag){
this.setData({
countDailogShow: false
})
}
},
})
\ No newline at end of file
......@@ -158,13 +158,9 @@
<button open-type="share" class="btn">转发给学员</button>
</view>
</view>
<view class="count-dailog" wx:if="{{countDailogShow}}">
<view class="count-dailog" wx:if="{{countDailogShow}}" bindtap="hideCountDailogShow" data-flag="{{1}}">
<view class="content-box">
<view class="title">已读统计
<view class="close-icon" bindtap="hideCountDailog">
<image class="" src="{{imageRoot}}2c/websiteindex/close.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
</view>
</view>
<view class="title">已读统计</view>
<view class="tab-box">
<view bindtap="tabChange" data-status="{{1}}" class="tab-item {{tabStatus==1 ? 'act-tab-item' : ''}}">已读({{readTotal}}人)<view class="act-line" wx:if="{{tabStatus==1}}"></view></view>
<view bindtap="tabChange" data-status="{{2}}" class="tab-item {{tabStatus==2 ? 'act-tab-item' : ''}}">未读({{unReadTotal}}人)<view class="act-line" wx:if="{{tabStatus==2}}"></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