| | |
| | | <view class="item_d" v-if="i === 0">
|
| | | <view class="item_d_left">
|
| | | <view class="item_d_left_item" @click.stop="copy(item)" v-if="item.meetingStatus !== 3">
|
| | | <image src="@/static/icon/ic_copy@2x.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/icon/ic_copy@2x.png" mode="widthFix"></image>
|
| | | <text>复制</text>
|
| | | </view>
|
| | | <view class="item_d_left_item" @click="fenxiang(item)" v-if="item.meetingStatus !== 3">
|
| | | <button open-type="share"></button>
|
| | | <image src="@/static/icon/ic_fenxiang@2x.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/icon/ic_fenxiang@2x.png" mode="widthFix"></image>
|
| | | <text>分享</text>
|
| | | </view>
|
| | | <view class="item_d_left_item" v-if="item.meetingStatus === 1" @click.stop="closeRoom(item.meetingStatus, item.id)">
|
| | | <image src="@/static/icon/ic_cancel@2x.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/icon/ic_cancel@2x.png" mode="widthFix"></image>
|
| | | <text>取消</text>
|
| | | </view>
|
| | | </view>
|
| | |
| | |
|
| | | <view class="yuyue_content" v-else>
|
| | | <view class="yuyue_content_wu">
|
| | | <image src="@/static/common/364.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/common/364.png" mode="widthFix"></image>
|
| | | </view>
|
| | | </view>
|
| | |
|