视频
This commit is contained in:
@@ -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() {
|
||||
this.handleEnd();
|
||||
@@ -128,15 +132,7 @@ export default {
|
||||
// console.log("触发了更新");
|
||||
},
|
||||
methods: {
|
||||
init() {
|
||||
this.platform = this.$platform;
|
||||
this.show = false;
|
||||
if (uni.getStorageSync("videoOssList")) {
|
||||
this.videoOssList = JSON.parse(uni.getStorageSync("videoOssList"));
|
||||
}
|
||||
|
||||
// this.checkVideo();
|
||||
},
|
||||
emitDispose1(status) {
|
||||
this.$emit("handleSuccessDispose", status);
|
||||
},
|
||||
@@ -152,15 +148,6 @@ export default {
|
||||
this.show = 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) {
|
||||
this.isFullScreen = !data.status;
|
||||
this.$emit("changeScreen", this.isFullScreen);
|
||||
|
||||
4
unpackage/cache/appleConfig.ini
vendored
4
unpackage/cache/appleConfig.ini
vendored
@@ -2,7 +2,7 @@
|
||||
appleAppid=com.cn.zmzm
|
||||
|
||||
[appstore]
|
||||
appstore=c1408422ea58718504a3a5e3ffdaf5c4
|
||||
appstore=
|
||||
|
||||
[iosStyle]
|
||||
iosStyle=common
|
||||
@@ -19,7 +19,7 @@ spotlight%403x=e4af7a9066915cc1ba0f7dd5a1efb955
|
||||
|
||||
[universalLinks]
|
||||
spaceid=mp-3614b80b-2d75-4462-a481-4998f8187274
|
||||
universalLinks=https://verification.nuttyreading.com/zmzm/
|
||||
universalLinks=https://verification.nuttyreading.com/uni-universallinks/__UNI__5D0ED80/
|
||||
|
||||
[universalLinks_qq]
|
||||
spaceid_qq=
|
||||
|
||||
25
unpackage/dist/build/app-plus/app-service.js
vendored
25
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
6
unpackage/dist/build/app-plus/app-view.js
vendored
6
unpackage/dist/build/app-plus/app-view.js
vendored
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
Reference in New Issue
Block a user