File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
eaterplanet_ecommerce/components/painter Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22 <block wx:if="{{!use2D}}">
33 <canvas canvas-id="photo" style="{{photoStyle}};position: absolute; left: -9999px; top: -9999rpx" />
44 <block wx:if="{{dancePalette}}">
5- <canvas canvas-id="bottom" style="{{painterStyle}};position: absolute" />
6- <canvas canvas-id="k-canvas" style="{{painterStyle}};position: absolute" />
7- <canvas canvas-id="top" style="{{painterStyle}};position: absolute" />
5+ <canvas type="2d" canvas-id="bottom" style="{{painterStyle}};position: absolute" />
6+ <canvas type="2d" canvas-id="k-canvas" style="{{painterStyle}};position: absolute" />
7+ <canvas type="2d" canvas-id="top" style="{{painterStyle}};position: absolute" />
88 <canvas
9+ type="2d"
910 canvas-id="front"
1011 style="{{painterStyle}};position: absolute"
1112 bindtouchstart="onTouchStart"
You can’t perform that action at this time.
0 commit comments