Commit 6fcf5177 by 陈超

A

parent e56e34bb
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<van-tab> <van-tab>
<span slot="title" v-bind:class="tab == 0 ? 'tab_text_selected' : 'tab_text_normal'"> <span slot="title" v-bind:class="tab == 1 ? 'tab_text_selected' : 'tab_text_normal'">
待发货 待发货
</span> </span>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<van-tab> <van-tab>
<span slot="title" v-bind:class="tab == 0 ? 'tab_text_selected' : 'tab_text_normal'"> <span slot="title" v-bind:class="tab == 2 ? 'tab_text_selected' : 'tab_text_normal'">
待收货 待收货
</span> </span>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<van-tab> <van-tab>
<span slot="title" v-bind:class="tab == 0 ? 'tab_text_selected' : 'tab_text_normal'"> <span slot="title" v-bind:class="tab == 3 ? 'tab_text_selected' : 'tab_text_normal'">
已完成 已完成
</span> </span>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<van-tab> <van-tab>
<span slot="title" v-bind:class="tab == 0 ? 'tab_text_selected' : 'tab_text_normal'"> <span slot="title" v-bind:class="tab == 4 ? 'tab_text_selected' : 'tab_text_normal'">
已取消 已取消
</span> </span>
......
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