This commit is contained in:
2024-08-08 13:18:31 +08:00
parent 25069ac340
commit 75412f2954
10 changed files with 34 additions and 36 deletions

View File

@@ -116,7 +116,11 @@ export default {
}, },
}, },
// //
mounted() {}, mounted() { this.platform = this.$platform;
this.show = false;
if (uni.getStorageSync("videoOssList")) {
this.videoOssList = JSON.parse(uni.getStorageSync("videoOssList"));
}},
//子组件销毁前 //子组件销毁前
beforeDestroy() { beforeDestroy() {
this.handleEnd(); this.handleEnd();
@@ -128,15 +132,7 @@ export default {
// console.log("触发了更新"); // console.log("触发了更新");
}, },
methods: { methods: {
init() {
this.platform = this.$platform;
this.show = false;
if (uni.getStorageSync("videoOssList")) {
this.videoOssList = JSON.parse(uni.getStorageSync("videoOssList"));
}
// this.checkVideo();
},
emitDispose1(status) { emitDispose1(status) {
this.$emit("handleSuccessDispose", status); this.$emit("handleSuccessDispose", status);
}, },
@@ -152,15 +148,6 @@ export default {
this.show = false; this.show = false;
this.isChange = false; this.isChange = false;
}, },
//父组件调用切换视频方法
async changeVideo(data) {
this.currentTime = "";
this.firstTime = 0;
this.isSetFirstTime = false;
this.isChange = false;
await this.init(data, true);
},
screenChange(data) { screenChange(data) {
this.isFullScreen = !data.status; this.isFullScreen = !data.status;
this.$emit("changeScreen", this.isFullScreen); this.$emit("changeScreen", this.isFullScreen);

View File

@@ -2,7 +2,7 @@
appleAppid=com.cn.zmzm appleAppid=com.cn.zmzm
[appstore] [appstore]
appstore=c1408422ea58718504a3a5e3ffdaf5c4 appstore=
[iosStyle] [iosStyle]
iosStyle=common iosStyle=common
@@ -19,7 +19,7 @@ spotlight%403x=e4af7a9066915cc1ba0f7dd5a1efb955
[universalLinks] [universalLinks]
spaceid=mp-3614b80b-2d75-4462-a481-4998f8187274 spaceid=mp-3614b80b-2d75-4462-a481-4998f8187274
universalLinks=https://verification.nuttyreading.com/zmzm/ universalLinks=https://verification.nuttyreading.com/uni-universallinks/__UNI__5D0ED80/
[universalLinks_qq] [universalLinks_qq]
spaceid_qq= spaceid_qq=

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long