这个问题怎么解决呢 大佬们
确认订单页面怎么获取上个页面计算出的总金额?[图片][图片][图片]
2023-11-26怎么写这个变量?
orderConfirm怎么实现统计总金额跟着下单变动?[图片]
2023-11-25描述的场景现在是不支持
如何搭建语音问答小程序?平台提供的案例这种发语音,并且语音回答,如何搭建这样的小程序绑上自己的对话开发平台呢,求前辈指点[图片]
2023-11-24感觉好难哦
怎么实现规格价格变动?增加数量价格也变动?[图片]
2023-11-24身份信息 和 企业法人不一致 填写一致的 就可以了
微信认证时,提示:企业信息或法定代表人信息不一致,无法认证通过,具体是什么原因?原始ID:gh_029bf9378463 企业名称:漳州台商投资区角美薛谦宠物店(个体工商户) 微信认证时提示:‘企业信息或法定代表人信息不一致’,企业名称中括号圆角半角都试过,且公司已经注册超过15天,请问一下,这个具体是什么原因不通过呢?[图片][图片][图片]
2023-11-22需要规格绑定对应价格,然后写一段随便变动的代码 JS里边绑定 wxml里边实现变动 可以实现我说的吗?
微信开发者工具怎么实现商品多规格的选择价格变动?和增加数量价格随着变动[图片]
2023-11-22可能消息接口时不支持企业管理类目
为什么申请开通模板消息接口时,选不到商业服务-企业管理,但是在开通后在添加类目里能选到?申请开通时: [图片] 开通后,在添加类目时却又能选到,这是什么原因呢? [图片]
2023-11-21怎么弄?
JS变量怎么实现价格随着规格变动,增加数量也变动?[图片]
2023-11-21价格不变的 都一样 还有每个详情里边也是不变
微信开发者工具详情页里边点击2.5斤5斤按钮价格不变,还有加数量价格也不变怎么解决?[图片][图片]
2023-11-18该函数是异步执行的
微信小程序输入框带图片上传功能,现在的问题是点击第二次提交按钮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