Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
00e4e9671b
Binary file not shown.
After Width: | Height: | Size: 757 KiB |
|
@ -95,14 +95,7 @@
|
|||
</div>
|
||||
<div class="roomItem" v-for="item in roomList" :key="item.id">
|
||||
<div class="leftImg">
|
||||
<img
|
||||
:src="
|
||||
item.pic == null
|
||||
? 'https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fp1.itc.cn%2Fimages01%2F20201221%2F00885cf666cc4c2ab80c7b4e59259e85.jpeg&refer=http%3A%2F%2Fp1.itc.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1662707222&t=13d3246428ee80cc7519702d5eb6eb7d'
|
||||
: `${item.pic}`
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
<img :src="item.pic == null ? hys : `${item.pic}`" alt="" />
|
||||
</div>
|
||||
<div class="rightContent">
|
||||
<div class="topContent">{{ item.name }}</div>
|
||||
|
@ -901,6 +894,7 @@
|
|||
console.log('会议列表=============>', res.data.data)
|
||||
})
|
||||
}
|
||||
const hys = ref(require('@/assets/home/hys.png'))
|
||||
getMeetingList()
|
||||
const handleMeeting = (pag, filters, sorter) => {
|
||||
console.log(pag, filters, sorter)
|
||||
|
|
Loading…
Reference in New Issue