Commit aca9130d by 梁建民

js

parent ca1566cc
......@@ -32,7 +32,7 @@
<div class="fx_text_three" v-else>分享可额外获得领取机会</div>
</div>
<div class="nav" v-if="aggSample.length">
<van-tabs v-model="active" @click="onClick" :color="color" :swipe-threshold="swipeThreshold" :title-active-color="color" :title-inactive-color="defaultcolor" @change="changeTab">
<van-tabs :ellipsis="false" v-model="active" @click="onClick" :color="color" :swipe-threshold="swipeThreshold" :title-active-color="color" :title-inactive-color="defaultcolor" @change="changeTab">
<van-tab v-for="(v,k) in aggSample" :key="k" :title="v.smaple_class_name" :name="v.smaple_class_id"></van-tab>
</van-tabs>
<div class="sample-search" v-if="layer">
......
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 sign in to comment