jiazhipeng 5 months ago
parent
commit
79022524d6
  1. 2
      subPackages/techan/index.vue

2
subPackages/techan/index.vue

@ -18,7 +18,7 @@
<scroll-view class="left-container no-scrollbar" :scroll-y="true">
<view :class="['type-item',typeIndex==i?'active':'']"
v-for="(item,i) in typeParam" :key="i" @click="changeType(item,i)">
| WEI
{{item.title}}
<view class="active-type-bar" v-if="typeIndex==i"></view>
</view>
<view style="height: 148rpx;width: 1rpx;"></view>

Loading…
Cancel
Save