|
@@ -26,7 +26,6 @@
|
|
|
@click="changeTabsFirst(1)">{{tabIndexSelectText}}
|
|
|
<text class="iconfont icon-xiangxia1" :class="isTabIndexSelect ? 'reto': '' "></text>
|
|
|
</view>
|
|
|
- <view class="tabs-item" :class="{ active: tabIndex === 2 }" @click="changeTabs(2)">临期产品</view>
|
|
|
<view class="tabs-item" :class="{ active: tabIndex === 3 }" @click="changeTabs(3)">其他</view>
|
|
|
</view>
|
|
|
<view class="tabs-item-first clearfix" v-if="isTabIndexSelect">
|
|
@@ -273,7 +272,7 @@
|
|
|
this.tabIndex = index
|
|
|
this.secondHandType = index
|
|
|
this.isTabIndexSelect = false
|
|
|
- if(this.tabIndex == 2 || this.tabIndex ==3){
|
|
|
+ if(this.tabIndex == 3){
|
|
|
this.instrumentType = ''
|
|
|
this.getProductAgainInfo()
|
|
|
}
|