|
|
@@ -156,7 +156,10 @@ function search() {
|
|
|
<view class="text-gray-4">|</view>
|
|
|
<view
|
|
|
class="px-5"
|
|
|
- :class="{ 'text-vb font-bold': activeTabIndex == i + (searchDropdownList?.length || 0) }"
|
|
|
+ :class="{
|
|
|
+ 'text-vb font-bold': activeTabIndex == i + (searchDropdownList?.length || 0),
|
|
|
+ 'text-gray-8': activeTabIndex != i + (searchDropdownList?.length || 0),
|
|
|
+ }"
|
|
|
@click="bindSearchTabClick(i + (searchDropdownList?.length || 0), v.value)"
|
|
|
>
|
|
|
{{ v.text }}
|