获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 在template内嵌一个input,但input却无法绑定data?
基础库2.28.0出现的
2022-12-16 - wx.getFileSystemManager().open?
[图片] 在PC端可以读取到文件,但是手机端的这个路径不行 // 处理文件步骤 // 1.先保存文件到本地目录 saveFile(tempFilePath){ wx.getFileSystemManager().saveFile({ tempFilePath: tempFilePath, filePath:`${wx.env.USER_DATA_PATH}/1.jpg`, success:res => { this.setData({ photo_path:res.savedFilePath }) console.log(this.data.photo_path); this.test(); } }) }, // 2.获取文件码 test(){ wx.getFileSystemManager().open({ filePath:this.data.photo_path, flag:'r', success:res=>{ console.log(res.fd); } }) }
2021-07-22 - 域名已经通过ICP备案了,但是服务器还是提示未经过ICP备案的?
域名:www.zngjngtest.top
2021-07-20