xbx #234
@ -1000,6 +1000,7 @@ export async function liveinfo(id: number): Promise<any>{
|
||||
export async function setlive(data: any){
|
||||
// data.status = data.livestatus;
|
||||
console.log(data)
|
||||
delete data.status;
|
||||
const info = await put("live/" + data.id, data)
|
||||
console.log(info.data)
|
||||
if(info.code==0){
|
||||
|
@ -78,10 +78,11 @@
|
||||
<style lang="scss" scoped>
|
||||
.video {
|
||||
width: 100%;
|
||||
height: 706px;
|
||||
// height: 706px;
|
||||
background-color: #fff;
|
||||
border-radius: 17px;
|
||||
padding: 40px;
|
||||
padding-bottom: 160px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -104,13 +104,14 @@
|
||||
<style lang="scss" scoped>
|
||||
.video {
|
||||
width: 100%;
|
||||
height: 706px;
|
||||
// height: 706px;
|
||||
background-color: #fff;
|
||||
border-radius: 17px;
|
||||
padding: 40px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: 160px;
|
||||
align-items: center;
|
||||
.nav {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user