guo 2 years ago
parent
commit
e9fe277220
2 changed files with 6 additions and 6 deletions
  1. 4 4
      pages/mobile/group.vue
  2. 2 2
      pages/mobile/modelTwo.vue

+ 4 - 4
pages/mobile/group.vue

@@ -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() {

+ 2 - 2
pages/mobile/modelTwo.vue

@@ -513,8 +513,8 @@
 
 	.lineName {
 		font-size: 26rpx;
-		font-family: PingFangSC-Regular, PingFang SC;
-		font-weight: 500;
+		
+		font-weight: bold;
 		color: #333333;
 		line-height: 40rpx;
 		width: 570rpx;