xbx #234

Merged
theluyuan merged 5 commits from xbx into master 2020-12-04 02:43:10 +00:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit 014259d4e3 - Show all commits

View File

@ -1000,6 +1000,7 @@ export async function liveinfo(id: number): Promise<any>{
export async function setlive(data: any){ export async function setlive(data: any){
// data.status = data.livestatus; // data.status = data.livestatus;
console.log(data) console.log(data)
delete data.status;
const info = await put("live/" + data.id, data) const info = await put("live/" + data.id, data)
console.log(info.data) console.log(info.data)
if(info.code==0){ if(info.code==0){

View File

@ -78,10 +78,11 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.video { .video {
width: 100%; width: 100%;
height: 706px; // height: 706px;
background-color: #fff; background-color: #fff;
border-radius: 17px; border-radius: 17px;
padding: 40px; padding: 40px;
padding-bottom: 160px;
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -104,13 +104,14 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.video { .video {
width: 100%; width: 100%;
height: 706px; // height: 706px;
background-color: #fff; background-color: #fff;
border-radius: 17px; border-radius: 17px;
padding: 40px; padding: 40px;
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-bottom: 160px;
align-items: center; align-items: center;
.nav { .nav {
display: flex; display: flex;