|
@@ -11,8 +11,8 @@
|
|
|
|
|
|
</view>
|
|
|
<view class="zdyNavTitle">车型件</view>
|
|
|
- <view v-if="carPeizhi.length != 0" class="zdyNavRight" @click="goOemSearch()">OEM搜索</view>
|
|
|
- <view v-else style="width: 50rpx;"></view>
|
|
|
+ <view class="zdyNavRight" @click="goOemSearch()">OEM搜索</view>
|
|
|
+ <!-- <view v-else style="width: 50rpx;"></view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
|
|
@@ -75,7 +75,7 @@
|
|
|
param: '',
|
|
|
token: '',
|
|
|
epc_id: '',
|
|
|
- carPeizhi: ''
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
@@ -123,7 +123,7 @@
|
|
|
restrainsClick(item) {
|
|
|
this.param = item.param;
|
|
|
this.token = item.token;
|
|
|
- this.carPeizhi = item.combine_cp;
|
|
|
+
|
|
|
this.getcarVinGroup()
|
|
|
},
|
|
|
getcarVinGroup() {
|