微信小程序实现图片轮播及文件上传
网络编程 2021-07-04 18:31www.168986.cn编程入门
这篇文章主要介绍了 微信小程序实现图片轮播及文件上传的相关资料,需要的朋友可以参考下
微信小程序实现图片轮播及文件上传
刚刚接触微信小程序,看着网上的资源写了个小例子,本地图片轮播以及图片上传。
图片轮播
index.js
<span style="font-size:14px;">var app = getApp() Page({ data:{ mode: 'aspectFit', // src:'../images/timg1.jpg', imgUrls:[ '../images/1.jpg', '../images/2.jpg', '../images/3.jpg', '../images/4.jpg' ], indicatorDots: true, //是否出现焦点 aulay: true, //是否自动播放 interval: 2000, //自动播放时间间隔 duration: 1000, //滑动动画时间 userInfo: {} }, onLoad:function(){ console.log('onLoad Test'); } })</span>
注imgUrls中为本地图片数组。
index.wxml:
<swiper indicator-dots = "{{indicatorDots}}" aulay="{{aulay}}" interval="{{interval}}" duration="{{duration}}"> <block wx:for="{{imgUrls}}"> <swiper-item class="swiper_i"> <image src="{{item}}" mode="{{mode}}" class="slide-image" /> </swiper-item> </block> </swiper>
index.json:
{ "navigationBarTitleText": "相册" }
index.wxss:
.slide-image{ width:100%; height:100%; } .swiper_i{ text-align: center; width:100%; }
好了,这是图片轮播的几个文件。会在app.json中配置。
接下来是图片上传的。因为没有服务器,暂时不能上传,可以从本地相册或拍照获取照片。
upload.js:
var app = getApp() Page({ data:{ // text:"这是一个页面" source: '', tt:false }, / 选择相册或者相机 配合上传图片接口用 / onLoad: function() { var that = this; wx.chooseImage({ count: 1, //original原图,pressed压缩图 sizeType: ['original'], //album来源相册 camera相机 sourceType: ['album', 'camera'], //成功时会回调 suess: function(res) { //重绘视图 that.setData({ source: res.tempFilePaths, tt:true }) / var tempFilePaths = res.tempFilePaths wx.uploadFile({ url: 'https://', //仅为示例,非真实的接口地址 filePath: tempFilePaths[0], name: 'file', formData:{ 'user': 'test' }, suess: function(res){ var data = res.data //do something } })/ } }) }, /onHide:function(){ this.setData({ source:'' }) }/ })
upload.json:
{ "navigationBarTitleText": "上传图片" }
upload.wxml:
<view class="Container"> <image src="{{source}}" mode="aspectFit" class="image-i"/> <block wx:if="{{tt}}"> <button type="primary" bindtap="listenerButtonChooseImage">确认上传</button> </block> </view>
upload.wxss:
/ pages/upload/upload.wxss / .Container{ text-align:center; width:100%; } .image-i{ width:100%; height:100%; }
app.js为空。
app.json:
{ "pages": [ "pages/index/index", "pages/upload/upload" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "演示2", "navigationBarBackgroundColor": "#fbf9fe", "backgroundColor": "#fbf9fe" }, "workTimeout": { "request": 10000, "connectSocket": 10000, "uploadFile": 10000, "downloadFile": 10000 }, "tabBar": { "list": [{ "pagePath": "pages/index/index", "text": "显示图片", "iconPath": "pages/images/icon_API.png", "selectedIconPath": "pages/images/icon_API_HL.png" },{ "pagePath": "pages/upload/upload", "text": "上传", "iconPath": "pages/images/icon_API.png", "selectedIconPath": "pages/images/icon_API_HL.png" }] }, "debug": true }
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程