Commit 80af7019 by xiexiaoqin

fix: 修改周期会议

parent cc0e9d4d
......@@ -36,10 +36,11 @@
<view class="timeText" catchTap="handleTime">
{{showTime}}
</view>
<!--<view class="repeatModal" a:if="{{repeat.repeatable !== 0}}" catchTap="handleRepeatModal">
{{repeat.repeatList[repeat.selectRepeatId].text}}重复</view> -->
<view class="repeatModal" a:if="{{repeat.repeatable !== 0}}" catchTap="handleRepeatModal">
{{repeat.repeatList[repeat.selectRepeatId].text}}重复
</view>
</view>
<!--<view class="icon iconfont iconicon_repeat1 " catchTap="handleRepeatModal" a:if="{{repeat.repeatable == 0}}"></view> -->
<view class="icon iconfont iconicon_repeat1 " catchTap="handleRepeatModal" a:if="{{repeat.repeatable == 0}}"></view>
</view>
</view>
<!-- participatorList participatorUserId 参会人 -->
......
......@@ -16,6 +16,6 @@ export const centerPopupList = [
{ id: "N", text: '不发送通知' },
{ id: "Y", text: '发送通知' }
]
export const editSaveList = [{ text: '仅保存此会议', id: 'only' }, { text: '保存此次及以后会议', id: 'future' }]
export const delSheudleList = [{ text: '仅删除此会议', id: 'only' }, { text: '删除此次及以后会议', id: 'future' }]
export const editSaveList = [{ text: '仅保存此会议', id: 'only' }, { text: '保存所有会议', id: 'all' }]
export const delSheudleList = [{ text: '仅删除此会议', id: 'only' }, { text: '删除所有会议', id: 'all' }]
......@@ -59,9 +59,11 @@
<view class="timeText" catchTap="handleTime" data-type='time'>
{{showTime}}
</view>
<!--<view class="repeatModal" a:if="{{repeat.repeatable !== 0}}" catchTap="handleRepeatModal">
{{repeat.repeatList[repeat.selectRepeatId].text}}重复</view> -->
<view class="repeatModal" a:if="{{repeat.repeatable !== 0}}">
{{repeat.repeatList[repeat.selectRepeatId].text}}重复
</view>
</view>
<!-- 不能修改重复规则 -->
<!--<view class="icon iconfont iconicon_repeat1" catchTap="handleRepeatModal" a:if="{{repeat.repeatable == 0}}"></view> -->
</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