Commit 9df00aff by liang ce

修改动态

parent b3ae83ca
......@@ -90,7 +90,8 @@
<text class="iconshangchuanwenjian1 iconfont"></text></view></view>
<!-- 动态详情展示 -->
<view class="dynamicContent" a:if="{{allFileInfo.length}}">
<view class="dynamicDetail" a:for="{{allFileInfo}}" catchTouchStart="touchStart" catchTouchEnd="touchEnd" catchLongTap="longPress" data-id="{{item.meetingLogId}}">
<view a:for="{{allFileInfo}}" catchTap="blank" data-scheduleid="{{item.meetingLogId}}">
<view class="dynamicDetail" catchTouchStart="touchStart" catchTouchEnd="touchEnd" catchLongTap="longPress" data-id="{{item.meetingLogId}}">
<view class="dynamicList" a:if="{{!!item.scheduleAccessory}}">
<view class="dynamicleft">
<image a:if="{{!!item.scheduleAccessory.uploaderInfo.headUrl}}" mode="scaleToFill" src="{{item.scheduleAccessory.uploaderInfo.headUrl}}"/>
......@@ -127,6 +128,7 @@
</view>
</view>
</view>
</view>
<!-- 底部按钮 -->
<view class="bottom">
<view class="buttonGroup" data-value=1 onTap="confirmAtten" a:if="{{(organizer != pemissions)&&isRepeatable == 0}}">
......
......@@ -373,9 +373,11 @@ create.Page({
})
},
// 空方法 阻止冒泡
blank() {
blank(e) {
if(e.currentTarget.dataset.scheduleid !== this.data.meetingLogId) {
this.setData({
meetingLogId: ''
})
}
}
})
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