💝 电视剧下,记录按钮点击后的集数。

This commit is contained in:
Hunlongyu
2020-02-26 22:04:42 +08:00
parent b75de05f09
commit 636ef602b1

View File

@@ -215,6 +215,12 @@ export default Vue.extend({
this.video.index = j
// @ts-ignore
this.xg.src = url
video.find({ detail: this.video.detail }).then(res => {
if (res) {
this.video.index = j
video.update(res.id, this.video)
}
})
}
}
}