我的远程实习笔记day15--二手校园市场项目(上传图片)

今天是在第二大学远程实习的第十五天,偷偷发个博客记录一下自己的成长哈哈(今天学习二手校园市场项目)
wxml:

 <view class="ShangchuanTupianBiankuang">


            <view>


                <image wx:for="{{TupianLiebiao}}" wx:key="item" src="{{item}}" class="scTubpiandx"></image>


              </view>


              <view class="TupianShangchuanBufenAnniu" bindtap="uploadImage">   //绑定点击事件函数uploadImage


                <text>+</text>


              </view>


          </view>

js


// 上传图片


 uploadImage(){         


    var that=this;


    var TupianDizhi;


    var TupianLiebiao=this.data.TupianLiebiao


    var TupianDizhiLiebiao=this.data.TupianDizhiLiebiao;


    wx.chooseMedia({


      count: 1,


      mediaType: ['image'],


      sourceType: ['album', 'camera'],


      maxDuration: 30,


      camera: 'back',


      success: function(res){


        console.log("得到的信息1",res.tempFiles[0].tempFilePath);


        TupianDizhi=res.tempFiles[0].tempFilePath;


        TupianLiebiao.push(TupianDizhi)


        that.setData({


          // 返回给页面展示信息


          TupianLiebiao:TupianLiebiao


        })


        console.log("得到的信息2",TupianLiebiao);


        wx.uploadFile({


          filePath: TupianDizhi,


          name: 'imgfile',


          url: 'https://xx.uom.cn/ecmsapi/index.php?mod=ershou&act=pic',


          success(res){


            console.log("得到的信息3",res.data)


            TupianDizhiLiebiao.push(res.data)


            console.log("得到的信息4",TupianDizhiLiebiao)


          }


        })


      }


    })


  },


效果:
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值