没看懂
view在其他层上面显示?红色字覆盖一部分黑字 [图片]
2020-10-14用canvas?
小程序如何将整个页面生成为图片?小程序如何将整个页面生成为图片呢 页面包括文字 电子签名 图片
2020-10-14交接的时候没问清楚么
公司微信小程序运营同事走了,账号密码都不知道,现在除了小程序的公司主体信息,其他都不知道,怎么办?公司微信小程序运营同事走了,账号密码都不知道,现在除了小程序的公司主体信息,其他都不知道,怎么办?
2020-10-13那你后台是用什么请求的呀
为什么ajax请求会跨域,但是后台请求就不会跨域呢?为什么ajax请求会跨域,但是使用后台程序直接请求就不会跨域呢?
2020-10-13请把问题说清楚,而不是发小程序码打广告
一千多三天不能提现?一千多三天不能提现,急死我 一个客服都没有 [图片]
2020-10-13找第三方平台问清楚呗
亲们我这个交的钱是被骗了吗?[图片]
2020-10-13使用downloadFile 后打开文件,是在哪里打开?
downloadFile 一个xlsx文件,查看时文件内部无数据?如题,使用downloadFile 后打开文件,文件内部无最新数据。 将downloFile下载路径放到电脑浏览器或者手机浏览器上打开,就能正确显示。 求各位大佬帮忙解答一下。很急很急 const downloadTask = wx.downloadFile({ url: 'xxxx.xlsx', header: {}, success: function (res) { console.log(res); var filePath = res.tempFilePath; console.log(filePath); wx.openDocument({ filePath: filePath, success: function (res) { console.log(res); console.log('打开文档成功') }, fail: function (res) { console.log(res); }, complete: function (res) { console.log(res); } }) }, fail: function (res) { console.log('文件下载失败'); this.setData({ num: 0, progressDailog: false }) }, complete: function (res) {}, }) 传入自定义路径用。下载完成的文件打开提示用手机本地的工具打开与否,选择完用wps打开。则文档数据显示正常 var rootPath = wx.env.USER_DATA_PATH + '/doc'; const downloadTask = wx.downloadFile({ url: 'xxxx.xlsx', filePath: rootPath, header: {}, success: function (res) { var filePath = res.filePath; wx.openDocument({ filePath: filePath, success: function (res) { console.log('打开文档成功') }, fail: function (res) { console.log(res); }, complete: function (res) { console.log(res); } }) }, fail: function (res) { console.log('文件下载失败'); this.setData({ num: 0, progressDailog: false }) }, complete: function (res) {}, })
2020-10-13你应该是没搞清楚整型跟字符串型的区别吧,你第二个是字符串相加,当然是1234
数组for循环相加,如何得到正确的值?[图片] 这个数组用 const array1 = [1, 2, 3, 4]; const reducer = (accumulator, currentValue) => accumulator + currentValue; console.log(array1.reduce(reducer)); 是可以得到正确的求和:10. 下面的这个就不行了,变成连接 [图片] 这个变成:1234 求解答
2020-10-13[图片]用浏览器访问没有任何东西耶,这接口地址是对的么
token验证失败[图片] 服务端程序也没有任何改动,点修改到这个页面,不做任何改动,直接点提交,提示token验证失败, 服务端没有收到任何微信发来的信息!!!!!! 换为http可以收到微信发来的信息!!!! 请尽快告诉我,这是为啥? 着急中!!!!!!!!!! 2020-10-13 18:00:00 经过反复试验,不用改一行代码,居然这样解决了 [图片]
2020-10-13开发版可以支付?如果开发版能支付,检测一下域名配置那些有没有错误
小程序审核成功后无法付款小程序审核成功后,无法付款 [图片]
2020-10-13