-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Description
VM114:1 ./page/component/pages/all/index.wxml
unexpected character "
2 |
3 | <canvas style="width: 400px; height: 500px;border:1px;position:absolute;top:0px;left:0px; border:1px solid black;"
4 | canvas-id="circle" disable-scroll=true bindtouchstart="bindtouchstart" bindtouchmove="bindtouchmove" bindtouchend="bindtouchend" bindtap="bindtap" bindlongpress="bindlongpress">
| ^
5 |
at files://page/component/pages/all/index.wxml#4
发现是disable-scroll=true 导致的,删除它错误消失。
Metadata
Metadata
Assignees
Labels
No labels