Expect FLOW_CREATE_NODE but get another 报错导致无法打开
< view wx:if = "{{radioList == 'single-row'}}" class = "goods-list-container goods-list-container--vertical" > < get-form bindoriginevent = "goUrl" data-url = "{{product.targetUrl}}" wx:for = "{{productList}}" wx:key = "{{index}}" wx:for-item = "product" wx:if = "product.status == 4" > < view class = "good" > < image src = "{{product.icon_url || 'http://temp.im/100x100'}}" mode = "aspectFill" alt = "商品图片" class = "good__image" >
|
导致页面打不开
在真机调试下 页面就出不来,报错FLOW_CREATE_NODE
关键是模拟器、预览、上传上去都是正常的,就是比较纠结真机调试bug,这样真机调试起来很不方便,界面都出不来,请官方看看什么问题???
IOS调试 6s plus
我去掉这个判断 真机调试就能出来 这也太蹊跷了吧
已解决!
咋解决的?
缺少闭合标签吧
你好,感谢反馈,麻烦提供代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题,谢谢了