Commit 3ad5f6bd authored by lvtz's avatar lvtz

fix

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