| | |
| | | <template>
|
| | | <page-meta :page-style="'overflow:'+(pageShow?'hidden':'visible')"></page-meta> |
| | | <view class="yuyue"> |
| | | <page-meta :page-style="'overflow:'+(pageShow?'hidden':'visible')"></page-meta>
|
| | | <view class="yuyue">
|
| | | <view class="yuyue_head">
|
| | | <view class="yuyue_head_input">
|
| | | <u--input
|
| | |
| | | <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>
|
| | |
|
| | |
| | | @cancel="close1"
|
| | | ref="uModal"
|
| | | :showCancelButton="true"
|
| | | asyncClose="true"></u-modal> |
| | | </view> |
| | | </template> |
| | | |
| | | asyncClose="true"></u-modal>
|
| | | </view>
|
| | | </template>
|
| | |
|
| | | <script>
|
| | | import { mapState } from 'vuex'
|
| | | import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue" |
| | | export default { |
| | | data() { |
| | | import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
|
| | | export default {
|
| | | data() {
|
| | | return {
|
| | | i: 0,
|
| | | show: false, |
| | | show: false,
|
| | | cate: [
|
| | | { name: '未开始', id: 1 },
|
| | | { name: '已结束', id: 2 }
|
| | |
| | | title: '',
|
| | | path: '',
|
| | | imageUrl: 'https://dmtest.ahapp.net/file/projects/20230511/13f256b832db4a4fadc5e6770f5727bf.png'
|
| | | } |
| | | }; |
| | | }
|
| | | };
|
| | | },
|
| | | computed: {
|
| | | ...mapState(['token'])
|
| | |
| | | })
|
| | | }
|
| | | }
|
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | }
|
| | | }
|
| | | </script>
|
| | |
|
| | | <style lang="scss">
|
| | | .yuyue {
|
| | | width: 100%;
|
| | | .details_ma /deep/ {
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | | } |
| | | </style> |
| | | }
|
| | | </style>
|