ucToast 支持position:top/bottom
This commit is contained in:
@@ -112,7 +112,7 @@ module.exports = {
|
||||
cloudPath = tempFiles[0].name
|
||||
// #endif
|
||||
} else if (mediaType === 'video') {
|
||||
let [errorChoose, { tempFilePath, tempFile, name }] = await uni.chooseVideo({ sourceType })
|
||||
let [errorChoose, { tempFilePath, tempFile, duration, size, width, height, name }] = await uni.chooseVideo({ sourceType })
|
||||
filePath = tempFilePath
|
||||
cloudPath = 'cloud.mp4'
|
||||
// #ifdef H5
|
||||
|
||||
Reference in New Issue
Block a user