| | |
| | | <Button type="primary" size="small" style="margin-right: 5px" v-if="row.status === '99'" |
| | | @click="openAuditing(row)">审核 |
| | | </Button> |
| | | <!-- <Button type="primary" size="small" style="margin-right: 5px"--> |
| | | <!-- @click="editVideo(row)">编辑--> |
| | | <!-- </Button>--> |
| | | <Button type="error" size="small" style="margin-right: 5px" v-if="row.status === '1'" |
| | | @click="openVideoDown(row)">下架 |
| | | </Button> |
| | |
| | | this.getTags('') |
| | | }, |
| | | methods: { |
| | | editVideo(row){ |
| | | // this.uploadVideoForm = {}; |
| | | // this.uploadVideoForm = row; |
| | | // this.showUploadVideoShow = true; |
| | | console.log('------------------->编辑',JSON.stringify(row)); |
| | | this.upLoadVideoShow = true; |
| | | this.videoTagList = [] |
| | | this.chooseTag = row.tagList |
| | | this.uploadVideoForm = { |
| | | id: '', |
| | | title: '', |
| | | cover: "", |
| | | videoFileKey: "", |
| | | videoDuration: 0, |
| | | videoFit: "cover", |
| | | videoContentType: 'video', |
| | | videoImgs: [], |
| | | showListImages: [], |
| | | tags: [], |
| | | fileInfo: {}, |
| | | goodsList: [] |
| | | } |
| | | this.uploadVideoForm = row |
| | | recommend({ |
| | | searchType: "HOT" |
| | | }).then(res => { |
| | | this.videoTagList = res.data; |
| | | }) |
| | | this.searchGoodsList(); |
| | | }, |
| | | closeGeneralQrCode(){ |
| | | this.showGeneralQrCode = false; |
| | | this.QRCodeUrl = ''; |