Commit c5e91f60 by 陈超

A

parent 6fcf5177
......@@ -20,6 +20,12 @@
待支付
</span>
<div class="layout_h zhenti_tab">
<div @click="onInnerTab(0)" class="layout_center weight_full" :class="myTab == 0 ? 'zhenti_tab_selected' : 'zhenti_tab_normal'">课程订单</div>
<div @click="onInnerTab(1)" class="layout_center weight_full" :class="myTab == 1 ? 'zhenti_tab_selected' : 'zhenti_tab_normal'">考题订单</div>
<div @click="onInnerTab(2)" class="layout_center weight_full" :class="myTab == 2 ? 'zhenti_tab_selected' : 'zhenti_tab_normal'">商城订单</div>
</div>
</van-tab>
<van-tab>
......
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