diff --git a/app/components/liveMinWindow/index.vue b/app/components/liveMinWindow/index.vue new file mode 100644 index 0000000..351f057 --- /dev/null +++ b/app/components/liveMinWindow/index.vue @@ -0,0 +1,189 @@ + + + + + + + 点击回到直播 + + + + + + + + + + + \ No newline at end of file diff --git a/app/pages/liveRoom/components/Broadcast/index.vue b/app/pages/liveRoom/components/Broadcast/index.vue index b07b99d..cb181a2 100644 --- a/app/pages/liveRoom/components/Broadcast/index.vue +++ b/app/pages/liveRoom/components/Broadcast/index.vue @@ -36,11 +36,11 @@ const headItem=(statusCode)=>{ - {{ headItem(item.statusCode).label }} - {{ item.auctionType==='local'?'现场竞价':'网络竞价' }} - {{ item.createdAt }} - {{item.baseCurrency}}{{ item.baseMoney }} - {{ item.userId===userInfo.ID?'我':'' }} + {{ headItem(item.statusCode).label }} + {{ item.auctionType==='local'?'现场竞价':'网络竞价' }} + {{ item.createdAt }} + {{item.baseCurrency}}{{ item.baseMoney }} + {{ item.userId===userInfo.ID?'我':'' }} diff --git a/app/pages/liveRoom/components/PaymentInput/index.vue b/app/pages/liveRoom/components/PaymentInput/index.vue index cf9aa63..00ffe21 100644 --- a/app/pages/liveRoom/components/PaymentInput/index.vue +++ b/app/pages/liveRoom/components/PaymentInput/index.vue @@ -1,4 +1,7 @@ - + 支付全部 diff --git a/app/pages/liveRoom/index.client.vue b/app/pages/liveRoom/index.client.vue index a3ce81f..78af3d4 100644 --- a/app/pages/liveRoom/index.client.vue +++ b/app/pages/liveRoom/index.client.vue @@ -1,5 +1,5 @@ - + - + @@ -171,19 +127,18 @@ const tipOpen = () => { {{ `确认出价 ${auctionData?.nowAuctionPrice?.currency} ${auctionData?.nowAuctionPrice?.nextPrice ?? 0}` - }} - + }} - + 点击"开启出价",即刻参与竞拍 - + @@ -197,16 +152,19 @@ const tipOpen = () => { + +