该函数是异步执行的
微信小程序输入框带图片上传功能,现在的问题是点击第二次提交按钮PhotoName才有值提交到php?//上传图片的函数,并把上传的图片地址保存在新的变量里面,后期方便保存在数据库同一列里面 djf1(imgphat,phatvar) { var that = this; console.log(imgphat) for (var i = 0; i < imgphat.length; i++) { console.log(i); wx.uploadFile({ url: 'https://www.xxx.top:8082/imgup.php', filePath: imgphat[i], name: 'file', success: function (res) { var a = JSON.parse(res.data); if(phatvar=='PhotoName'){ that.setData({ PhotoName:that.data.PhotoName.concat('https://www.xxx.top:8082/'+a.data) }) } if(phatvar=='PhotoName1'){ that.setData({ PhotoName1:that.data.PhotoName1.concat('https://www.xxx.top:8082/'+a.data) }) } if (res) { wx.showToast({ title: '已提交发布!', duration: 3000 }); } } }) } }, //把表单的数据和图片在服务器上面的地址提交到php并保存,因为图片是可以为空 handleSubmit(){ var that = this; var fromex = that.data.value3 // if(fromex.id=="" ){ // this.djf2("条形码不能为空"); // } if(fromex[0] =="" ){ this.djf2("名称不能为空"); } if(fromex[1] ==""){ this.djf2("品牌不能为空"); } if(fromex[2]=="" ){ this.djf2("型号不能为空"); } if(fromex[3]== "" ){ this.djf2("类型不能为空"); } if(fromex[4] == "" ){ this.djf2("数量不能为空"); } if(fromex[5] == "" ){ this.djf2("单位不能为空"); } if(fromex[6] == "" ){ this.djf2("区域不能为空"); } if(fromex[7] == "" ){ this.djf2("时间不能为空"); } if(fromex[8] =="" ){ this.djf2("维保名不能为空"); } if(that.data.value4.length != 0 ){ that.djf1(that.data.value4,'PhotoName'); } if( that.data.tempImageUrl.length != 0){ that.djf1(that.data.tempImageUrl,'PhotoName1'); } console.log("一下等于多少") console.log(this.data.PhotoName1.length) wx.request({ url: 'https://www.xxx.top:8082/fromdata.php', //仅为示例,并非真实的接口地址 method:'POST', data: { 'a':fromex, 'b':this.data.PhotoName, 'c':this.data.PhotoName1, }, header: { 'content-type': 'application/x-www-form-urlencoded' // 默认值 }, success (res) { console.log(res) } }) },
2023-11-17[图片]这是什么意思?
怎样 跳转不同页面?wx.wxml[图片] wx.js[图片]
2023-11-17这个问题怎么解决,
微信开发者工具代码点击商品链接怎么跳转不同的详情页面?[图片]这三个链接点开跳转的都是同一个页面,怎么改成跳转不同的详情页面,
2023-11-17[图片] 这两个图片地址是在哪里存放的,可以在微信开发者工具被调用? [图片]
这个小程序的图片存在哪里的?某个网站吗还是开发者工具里边,图片地址怎么来的[图片]
2023-11-12但是法人变了 其他都没变 可以吗
关于小程序备案的营业执照是要小程序注册主体的营业执照吗?因为我们小程序量大,注册的公司有分公司什么的,微信开放平台都关联在了同一主体下了;我可以用总公司的营业执照吗?还是说备案只能用当前这个小程序注册的公司主体名称的营业执照?
2023-11-01