uniapp上传图片视频app选择媒体

编程入门 行业动态 更新时间:2024-10-28 09:17:37

uniapp<a href=https://www.elefans.com/category/jswz/34/1770945.html style=上传图片视频app选择媒体"/>

uniapp上传图片视频app选择媒体

app上传媒体
因为uniapp开发app是无法同时选择图片和视频的,只能分开调用图片选择和视频选择
图片选择的api:uni.chooseImage
视频选择的api:uni.chooseVideo

选择图片和视频的组件:

<template><!-- 适用于新建 getUrlList方法为父组件获取的图片加视频的数组集合--><view class="bodyClass"><!-- 显示图片视频 --><view class="" style="display: flex;flex-wrap: wrap;"><viewstyle="position: relative;height: 151rpx;width: 151rpx;border: 1px solid rgba(209, 209, 209, 0.6);border-radius: 8rpx;margin: 0 20rpx 20rpx 0;"v-for="(item,index) in imageList" :key="index"><image :src="item" mode="aspectFill" style="height: 151rpx;width: 151rpx;"@click="previewImage(imageList,index)"></image><uni-icons color="#A4A4A4" type="clear" size="20"style="position: absolute;right: -15rpx;top: -15rpx;z-index: 999;" @click="delImg(index)"></uni-icons></view><view class=""style="position: relative;height: 151rpx;width: 151rpx;border: 1px solid rgba(209, 209, 209, 0.6);border-radius: 8rpx;margin: 0 20rpx 20rpx 0;"v-for="(item2,index2) in vedioList" 

更多推荐

uniapp上传图片视频app选择媒体

本文发布于:2024-03-09 13:27:44,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1725090.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:上传图片   媒体   视频   uniapp   app

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!