diff --git a/pages/createMeeting/createMeeting.axml b/pages/createMeeting/createMeeting.axml index f7c7478..25287e1 100644 --- a/pages/createMeeting/createMeeting.axml +++ b/pages/createMeeting/createMeeting.axml @@ -36,12 +36,10 @@ <view class="timeText" catchTap="handleTime"> {{showTime}} </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 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> </view> <!-- participatorList participatorUserId 参会人 --> diff --git a/pages/meetingDetail/meetingDetail.axml b/pages/meetingDetail/meetingDetail.axml index 30fadf3..627dc1c 100644 --- a/pages/meetingDetail/meetingDetail.axml +++ b/pages/meetingDetail/meetingDetail.axml @@ -59,12 +59,10 @@ <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> - <view class="icon iconfont iconicon_repeat1" catchTap="handleRepeatModal" a:if="{{repeat.repeatable == 0}}"> + <!--<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> </view> <view class="permission" a:if="{{currentPeople != organizer}}">