需要我这边的帮助吗?可以加我微信yinyue87410709交流下
我申请一个小程序不知道怎样开发一脸懵逼?有公众号开发经验。运营公众号有三年了,今天申请一个小程序。实在是看不懂啊?
2020-07-03wxmlTocanvas 你值得拥有
怎么把wxml页面转成图片?[图片] 这种格式wxml页面,保持竖版的格式,变成一张图片,用画布可以实现么,灰框是用户需要填写的内容。现在黑字都是用view一点点拼出来的。目的:把整个页面变成图片,存到服务器上。
2019-11-05自己用promise封装request
请教如何用 wx.request值传递给下一个wx.request?微信小程序,我想把 wx.request出来的token值,作为参数传递给下一个wx.request用来获取文件上传的链接,我是小白,该如何写啊? 如下写第二个wx.request拿不到token,无法查找到文件上传链接。 多谢多谢,万分感谢! gettoken: function () { wx.request({ url: 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET', header: { 'content-type': 'application/json' // 默认值 }, //success(res) { // console.log(res.data) //} }), wx.request({ url: 'https://api.weixin.qq.com/tcb/uploadfile?access_token=res.data', header: { 'content-type': 'application/json' // 默认值 }, success(res) { console.log(res.data) } }) }
2019-08-28