找不到 wxfile.open.weixin.qq.com 的网页
发布于 5 年前 作者 pingchang 12633 次浏览 来自 问答

你好 ,我做一个抓屏上传服务器匹配的测试 代码如下

this.ctx.takePhoto({

quality: ‘normal’,

success: res => {

this.setData({ msg: ‘识别中…’ });

this.searchPhoto(res.tempImagePath)

},

fail: err => {

this.stopScan();

this.setData({ msg: ‘未识别到目标’ });

}

});

但是 提示 图片链接无法找到 请问怎么解决

tmp_4c5295794ddb1adad6b4e6a0de35d2c0.jpg 

1 回复

你好,这样描述很难定位问题的,麻烦提供相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部