Commit 8415bdf1 by xiexiaoqin

feat:add affaire list palcehoder

parent 8365c685
...@@ -511,4 +511,34 @@ input { ...@@ -511,4 +511,34 @@ input {
position: absolute; position: absolute;
top: 0; top: 0;
z-index: 999; z-index: 999;
}
.affair-placeholder {
border-top: 1px solid rgba(239, 242, 245, 1);
padding: 168rpx 72rpx;
text-align: center;
}
.affair-placeholder image {
width: 400rpx;
}
.affair-placeholder .affair-placeholder-text {
color: rgba(10, 10, 10, 0.4);
text-align: center;
padding: 96rpx 0 56rpx 0;
font-size: 28rpx;
white-space: nowrap;
}
.affair-placeholder .affair-placeholder-button {
color: #fff;
border-radius: 48rpx;
padding: 0 38rpx;
height: 72rpx;
line-height: 72rpx;
font-size: 30rpx;
text-align: center;
background: rgb(234, 12, 40);
display: inline-block;
} }
\ No newline at end of file
...@@ -221,6 +221,11 @@ ...@@ -221,6 +221,11 @@
</view> </view>
<view a:if="{{item.content}}" class='simple-column'>{{item.content}}{{item.createTime}}</view> <view a:if="{{item.content}}" class='simple-column'>{{item.content}}{{item.createTime}}</view>
</block> </block>
<view class="affair-placeholder" a:if="{{affairList.length <= 1}}">
<image mode="scaleToFill" src="../../assests/noDynamic.png"/>
<view class="affair-placeholder-text">我们不开无准备的会,快来上传会议文件吧。</view>
<view onTap="addMeetingFile" class="affair-placeholder-button">添加会议文件</view>
</view>
</view> </view>
<popup show="{{show}}" onClose="closePop" title="{{pop.title}}"> <popup show="{{show}}" onClose="closePop" title="{{pop.title}}">
<!-- 任务创建弹出框 --> <!-- 任务创建弹出框 -->
......
...@@ -1229,7 +1229,7 @@ create.Page({ ...@@ -1229,7 +1229,7 @@ create.Page({
if (this.store.data.isNeedReloadList) { if (this.store.data.isNeedReloadList) {
this.reload(this.data.scheduleItem.id); this.reload(this.data.scheduleItem.id);
} }
}, 1000) }, 500)
} }
}, },
//出现任务弹窗 //出现任务弹窗
......
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