- 微信商户号无法登陆?
[图片] 扫码登陆一直跳转到这个页面
2022-07-11 - PC 端微信浏览器不支持es6语法
PC 端微信浏览器不支持es6语法
2021-03-30 - 插件是否考虑显示插件提供方?
[图片] 像这样的可以知道是否是官方提供的插件啥的
2020-04-02 - 这个文档都不维护的吗?
[图片] 这个文档都不维护的吗?
2020-04-02 - 小程序提现有什么限制吗?
小程序提现有什么限制吗?
2020-01-06 - 全局文件管理API?
let cam = wx.createCameraContext(), form = t.data.formData cam.takePhoto({ success(e) { // todo 拍照后的处理 let fmg = wx.getFileSystemManager(), filePath = e.tempImagePath console.log(filePath, typeof filePath ) fmg.saveFileSync({ tempFilePath: filePath, filePath:'temp.png', success(e){ console.log(e) } }) // fmg.readFileSync({ // filePath: filePath, // encoding: 'base64', // success(e) { // console.log(e) // form.image = e.data // c.post('real/idCardCheck', form, function (e) { // console.log(e) // }) // }, // fail(e) { // console.log(e) // } // }) } }) [图片]
2020-01-03 - 云开发如何解密数据
云开发如何解密数据
2019-03-27