fix: BUG修改

This commit is contained in:
kun 2024-03-16 15:33:03 +08:00
parent 5573665e8f
commit fea2477e43

View File

@ -1843,6 +1843,7 @@ export default {
// this.videoType = res.result[0].videoType; // this.videoType = res.result[0].videoType;
this.videoType = res.result.videoType this.videoType = res.result.videoType
// console.log('', res.result) // console.log('', res.result)
if(!this.Popup.accountServer){
this.$nextTick(() => { this.$nextTick(() => {
if (this.videoType === 1) { if (this.videoType === 1) {
// //
@ -1858,6 +1859,7 @@ export default {
} }
}) })
} }
}
}) })
}, },
saveVideoConfigFn() { saveVideoConfigFn() {