Commit f9a252d8 authored by liuguangkuo's avatar liuguangkuo

add round

parent 714ce1b9
...@@ -99,8 +99,8 @@ ...@@ -99,8 +99,8 @@
</list> </list>
<!--切换圆点--> <!--切换圆点-->
<div class="select" if="page == '3' || page == '4' || page == '5' || page == '7' || page == '8'"> <div class="select" if="page == '3' || page == '4' || page == '5' || page == '7' || page == '8'">
<div class="select-item select-item-active"></div> <div class="select-item {{tabIndex == 0 ? 'select-item-active' : ''}}"></div>
<div class="select-item"></div> <div class="select-item {{tabIndex == 1 ? 'select-item-active' : ''}}"></div>
</div> </div>
<!--切换圆点end--> <!--切换圆点end-->
<!--训练切出--> <!--训练切出-->
......
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