| | |
| | | }, |
| | | data() { |
| | | return { |
| | | loadFinish: false, |
| | | showBackButton: false, |
| | | articleId: "", |
| | | lastArticleId: "", |
| | |
| | | this.myLock = !this.myLock; |
| | | return |
| | | } |
| | | console.log(3333); |
| | | if (res.data.videoUrlList == null || res.data.videoUrlList.length < 1) { |
| | | this.$notification.error({ |
| | | message: '该日志还没有上传视频资源..', |
| | | placement: 'bottomRight' |
| | | }); |
| | | return |
| | | } |
| | | |
| | | this.isAllowedComment = res.data.isAllowedComment; |
| | | this.introduce = res.data.introduce; |
| | | |
| | | this.videoData.url = res.data.articleFileURL; |
| | | this.videoData.url = res.data.videoUrlList[0]; |
| | | |
| | | this.videoData.img = res.data.coverFileURL; |
| | | this.videoData.title = res.data.title; |
| | | this.videoData.introduce = res.data.introduce; |