同问, 解决了吗??
ios如何显示临时图片路径?我在项目中用了image-cropper组件,裁剪的时候用的临时路径传给组件,安卓是没有问题,但是IOS手机不显示图片,是苹果手机目前不支持吗?
2021-04-15同问??
image标签src为src="wxfile://*******" 无法正常显示图片?开发者工具中没问题。体验版和正式版路径都是wxfile://开头,都无法显示。 出问题代码如下: wxChooseImage({ count: 1, sizeType: ['compressed'] }).then(res => { this.setData({ eventLogo: res.tempFilePaths[0] }) }) [图片]
2021-04-15同样的问题, 而且我检测过不是hideLoading()的问题, 不知道为啥哈, 也没法定位, 安卓上只要真机调试就会出现这个问题 VM13:2 MiniProgramError U.createEvent is not a function TypeError: U.createEvent is not a function at Q (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:30186) at eval (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:30484) at e.exports (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:35646) at eval (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:30435) at y.<computed> (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:33712) at O (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:33441) at Function.eval (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:33479) at <setTimeout callback function> at eval (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:109783) at eval (eval at n.call.document (http://127.0.0.1:63511/remote-debug/runtime.js?devtools_ignore=true:1:13016), <anonymous>:2:100928) errorReport @ VM13:2 thirdErrorReport @ VM13:2 eval @ VM13:2 d @ VM13:2 eval @ VM13:2 eval @ VM13:2 setTimeout (async) setTimeout @ VM13:2 b.now.a.addEventListener.a.importScripts.p.protocol.r @ VM13:2 h @ VM13:2 ee @ VM13:2 eval @ VM13:2 r @ VM13:2 Promise.then (async) a @ VM13:2 e.exports @ VM13:2 Z @ VM13:2 oe @ VM13:2 F @ VM13:2 e @ VM13:2 eval @ VM13:2 eval @ VM13:2 eval @ VM13:2 eval @ VM13:2 v @ VM13:2 eval @ VM13:2 eval @ VM13:2 O @ VM13:2 oe @ runtime.js?devtools_ignore=true:1 eval @ VM166:1 L @ runtime.js?devtools_ignore=true:1 ae @ runtime.js?devtools_ignore=true:1 pe.onmessage @ runtime.js?devtools_ignore=true:1
真机调试出现U.createEvent is not a function?[图片] 2021/04/28 14:11 再次搜索该问题,发现与我同样头痛的人还真多。 现在我告诉大家,我还没有解决啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 FK 他老母
2021-04-14