恢复视频的发布
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
let system = uni.getSystemInfoSync();
|
||||
const _this = this;
|
||||
plus.runtime.getProperty(plus.runtime.appid,(inf) => {
|
||||
console.log(inf);
|
||||
//console.log(inf);
|
||||
_this.appversion = inf.version
|
||||
});
|
||||
},
|
||||
|
||||
@@ -72,6 +72,16 @@
|
||||
],
|
||||
};
|
||||
},
|
||||
// onShow() {
|
||||
// const path = plus.io.convertLocalFileSystemURL('/storage/emulated/0/DCIM/Download/oceans.mp4');
|
||||
// console.log('path:', path);
|
||||
// const res1 = IMSDK.getVideoCover(path).then(res => {
|
||||
// console.log('视频封面:', res);
|
||||
// }).catch(err => {
|
||||
// console.error('获取视频封面失败:', err);
|
||||
// });
|
||||
// console.log('res1:', res1);
|
||||
// },
|
||||
methods: {
|
||||
...util,
|
||||
copy() {
|
||||
|
||||
Reference in New Issue
Block a user