- 全网发布审核,需要撤回一下,怎么处理?
由于提交全网发布审核时,开发资料使用的是测试环境域名,需要撤回进行修改。不知道怎么撤回?
2019-11-07 - IOS hideLoading后马上showToast 失效
IOS 微信6.5.8 hideLoading后马上调用showToast做提示信息 没有任何展示 hideLoading调用完成后最少做300ms延时,再showToast 显示正常 这BUG是否有收录?
2017-06-16 - uploadFile: fail 网络错误 statusCode : 500"
如题 在PC开发环境上uploadFile一直出错,请问是什么情况,应该不是服务器址问题,因为没有发起HTTP请求 wx.uploadFile({ url: url, filePath: currentFile, name: 'files', header: { 'content-type': 'multipart/form-data' }, method: 'POST', success: function (res) { //var data = JSON.parse(res.data); //if (data.ResultId == 1) { // postFils.push(data.Data); // currentIndex++; // if (currentIndex >= selCount) { // //上传完成 // var params = that.data[keys]; // if (!params) // params = []; // postFils.forEach((v) => { // params.push(v); // }); // var b = {}; // b[keys] = params; // that.setData(b); // } // else { // //继续上传 // currentFile = tempList[currentIndex]; // handle(); // } //} }, fail: function (d) { console.log(d); } });
2017-05-15