摘要: copyOrderNo(orderNo){ navigator.clipboard.writeText(orderNo).then(() => { this.$message.success('已复制订单号') }); }, copyOrderNo(orderNo){ var input = doc 阅读全文
posted @ 2023-04-11 14:03 212的s 阅读(191) 评论(0) 推荐(0) 编辑
摘要: //获取视频时长 if (names.indexOf('mp4') > -1) { const reader = new FileReader() const rs = reader.readAsArrayBuffer(file.file) let blob = null reader.onload 阅读全文
posted @ 2023-04-11 10:22 212的s 阅读(801) 评论(0) 推荐(0) 编辑