Commit 3ad5f6bd authored by lvtz's avatar lvtz

fix

parent 3f19d903
......@@ -903,6 +903,7 @@ Page({
that.setData({
selfClockDetail: clockDetail,
})
console.log(this.data.selfClockDetail,'自己打卡')
})
this.newCommentIndex(clockDetail.id, function (likeRes) {
if (likeRes.data.list[clockDetail.id]) {
......
......@@ -36,7 +36,7 @@
bind:expandaction="expandaction"
text="点击"
bind:playvideo="playvideo"
defineheight="{{530}}"
defineheight="{{500}}"
>
</sjd-media-show>
</view>
......@@ -59,7 +59,7 @@
</view>
</view>
<view class="section clock-section" wx:if="{{selfClockDetail.id && !emptyPage}}">
<view class="section clock-section" wx:if="{{selfcount>0}}">
<view class="title">我的打卡</view>
<view class="sign-loading-maxk" wx:if="{{false}}">数据加载中...</view>
<view class="clock-list" wx:if="{{!emptyPage}}" wx:if="{{selfClockDetail.id}}">
......
......@@ -8,7 +8,6 @@ page {
background: #fff;
margin-bottom: 16rpx;
}
/* 头部banner+介绍 start */
.banner-box {
width: 100%;
......
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