9.16下午更新 包含im

This commit is contained in:
zoujiandong
2025-09-16 16:19:29 +08:00
parent 215b3298d0
commit b884a8f6fc
127 changed files with 59972 additions and 182 deletions
+2 -2
View File
@@ -77,7 +77,7 @@
this.videoVid = event.detail.value;
},
setVid() {
setVid(vid) {
if(!this.videoVid) {
uni.showToast({
title: "请输入视频Vid",
@@ -87,7 +87,7 @@
}
const { vodPlayer } = this;
vodPlayer.setVid({
vid:this.videoVid,
vid:this.videoVid || vid,
level:0
}, (ret) => {
this.text = JSON.stringify(ret);