Browse Source

bug修改

twt 2 years ago
parent
commit
ead2d7b5bb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/user/addCar/addCar.vue

+ 4 - 4
pages/user/addCar/addCar.vue

@@ -16,13 +16,13 @@
 			
 			<view class="mesView">
 				<view class="leftTitle">VIN</view>
-				<!-- <input class="vinInput selectColor" type="text" v-model="vin" placeholder="请输入"
-					placeholder-style="color:#999999" @click="aaa"/> -->
-					<view class="vinInput selectColor" @click="aaa">
+				<input class="vinInput selectColor" type="text" v-model="vin" placeholder="请输入"
+					placeholder-style="color:#999999" /> 
+					<!-- <view class="vinInput selectColor" @click="aaa">
 						<span v-if="vin">{{vin}}</span>
 						<span v-else style="color:#999999">请输入VIN</span>
 					</view>
-				<view class="kmStr"></view>
+				<view class="kmStr"></view> -->
 			</view>
 			<view class="line"></view>