Commit ebc6c83f authored by 任建锋's avatar 任建锋

--

parent b1271961
{ {
"current": 1, "current": null,
"modes": [ "modes": [
{ {
"title": "邀请", "title": "邀请",
......
...@@ -86,7 +86,6 @@ ...@@ -86,7 +86,6 @@
<image class="loadImg" a:for={{assets}} src={{item}} /> <image class="loadImg" a:for={{assets}} src={{item}} />
</view> </view>
<view a:if={{disibleAll}} class="disibleAll"></view>
</view> </view>
<panel <panel
showWinLists={{showWinLists}} showWinLists={{showWinLists}}
...@@ -99,4 +98,6 @@ ...@@ -99,4 +98,6 @@
onDoBoxDraw="doBoxDraw" onDoBoxDraw="doBoxDraw"
onTapHiddenPanelEvent="hiddenPanelEvent"/> onTapHiddenPanelEvent="hiddenPanelEvent"/>
<canvas id="canvas" type="2d" onReady="onCanvasReady"></canvas> <canvas id="canvas" type="2d" onReady="onCanvasReady"></canvas>
<view a:if={{disibleAll}} class="disibleAll"></view>
</view> </view>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment