添加最新任务,最新岗位,最新资讯跳转链接
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<view class="typeButtonWrapper">
|
||||
<view class="typeButtonLeft">
|
||||
|
||||
<view v-for="(item, index) in nonReactiveArray" :key="index"
|
||||
<view v-for="(item, index) in nonReactiveArray" :key="index" v-show="index == activeTab"
|
||||
:class="['typeButton', index == activeTab ? 'activeButton' : '']" @click="changeTab(index)">{{ item
|
||||
}}</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user