update: 大屏接口
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
<OneL @handle-click="handleOneLeftClick" :center-id="centerId" :bKey="`one-l-${count}`" />
|
||||
</div>
|
||||
<div class="sun-body-left-two">
|
||||
<twoL @handle-view="handleTwoLClick" :bKey="`two-l-${count}`" />
|
||||
<twoL @handle-view="handleTwoLClick" :center-id="centerId" :bKey="`two-l-${count}`" />
|
||||
</div>
|
||||
<div class="sun-body-left-three" style="margin-bottom: 0">
|
||||
<!-- <threeL />-->
|
||||
<threeNewL :bKey="`three-l-${count}`" />
|
||||
<threeNewL :bKey="`three-l-${count}`" :center-id="centerId" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="sun-body-center">
|
||||
@@ -46,10 +46,10 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="sun-body-right-two">
|
||||
<twoR @handle-click="handleTwoRClick" :bKey="`two-r-${count}`" />
|
||||
<twoR @handle-click="handleTwoRClick" :center-id="centerId" :bKey="`two-r-${count}`" />
|
||||
</div>
|
||||
<div class="sun-body-right-three">
|
||||
<threeR @handle-click="handleThreeRClick" :bKey="`three-r-${count}`" />
|
||||
<threeR @handle-click="handleThreeRClick" :center-id="centerId" :bKey="`three-r-${count}`" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user