This commit is contained in:
xingyy 2025-02-12 10:17:28 +08:00
parent d22979bd93
commit afd5e75771
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ const initializePlayer = async () => {
} catch (error) { } catch (error) {
showDialog({ showDialog({
message: '直播内容获取失败,是否刷新页面重新获取', message: '直播内容获取失败,是否刷新页面重新获取',
showCancelButton:true
}).then(() => { }).then(() => {
location.reload() location.reload()
// on close // on close

View File

@ -97,7 +97,7 @@ const onRefresh = async () => {
<x-image class="w-80px h-80px" :src="item1?.auctionArtworkInfo?.artwork?.hdPic" :preview="false" alt=""/> <x-image class="w-80px h-80px" :src="item1?.auctionArtworkInfo?.artwork?.hdPic" :preview="false" alt=""/>
</div> </div>
<div class="flex flex-col justify-between grow-1"> <div class="flex flex-col justify-between grow-1">
<div class="text-#000 text-16px ellipsis line-height-21px">{{item1?.auctionArtworkInfo?.artworkTitle}}{{item1?.auctionArtworkInfo?.artworkTitle}}{{item1?.auctionArtworkInfo?.artworkTitle}}</div> <div class="text-#000 text-16px ellipsis line-height-21px">{{item1?.auctionArtworkInfo?.artworkTitle}}</div>
<div class="flex justify-between"> <div class="flex justify-between">
<div> <div>
<div class="text-#575757 text-14px line-height-none mb-5px">起拍价RMB 1,000</div> <div class="text-#575757 text-14px line-height-none mb-5px">起拍价RMB 1,000</div>