guo hace 2 años
padre
commit
168087286e
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 4 4
      pages/mobile/group.vue
  2. 1 1
      pages/mobile/vinDetail.vue

+ 4 - 4
pages/mobile/group.vue

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

+ 1 - 1
pages/mobile/vinDetail.vue

@@ -47,7 +47,7 @@
 				<view class="name">{{item.description}}</view>
 				<view class="comment">{{item.remark}}</view>
 				<view class="forLine">
-					<view @click="goOemDetail(item)" class="code">{{item.extened.join()}}</view>
+					<view @click="goOemDetail(item)" class="code">{{item.partnum.join()}}</view>
 					<view class="price">4S店价:
 						<span class="orangePrice">¥ {{item.price}}</span>
 					</view>