|
@@ -31,10 +31,10 @@
|
|
<view class="vinB">VIN</view>
|
|
<view class="vinB">VIN</view>
|
|
<view class="vinNum">{{vin}}</view>
|
|
<view class="vinNum">{{vin}}</view>
|
|
</view>
|
|
</view>
|
|
- <!-- <view v-if="carPeizhi.length != 0" class="vinBox2">
|
|
|
|
|
|
+ <view v-if="chexingMes.length != 0" class="vinBox2">
|
|
<view class="detail" @click="goCarDetail()">车型详情</view>
|
|
<view class="detail" @click="goCarDetail()">车型详情</view>
|
|
<image src="../../static/img/icon_arrow_blue_r@2x.png" mode="" style="width: 24rpx; height: 24rpx"></image>
|
|
<image src="../../static/img/icon_arrow_blue_r@2x.png" mode="" style="width: 24rpx; height: 24rpx"></image>
|
|
- </view> -->
|
|
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -75,7 +75,7 @@
|
|
param: '',
|
|
param: '',
|
|
token: '',
|
|
token: '',
|
|
epc_id: '',
|
|
epc_id: '',
|
|
-
|
|
|
|
|
|
+ chexingMes:[],
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad(opt) {
|
|
onLoad(opt) {
|
|
@@ -165,7 +165,7 @@
|
|
},
|
|
},
|
|
goCarDetail() {
|
|
goCarDetail() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url: 'CarDetail?model_id=' + this.brand_id
|
|
|
|
|
|
+ url: 'CarDetail'
|
|
})
|
|
})
|
|
},
|
|
},
|
|
goOemSearch() {
|
|
goOemSearch() {
|