wkyy hace 2 años
padre
commit
ddabca258a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/user/car/carDet.vue

+ 2 - 2
pages/user/car/carDet.vue

@@ -7,9 +7,9 @@
 		</view>
 		<ucarkeyboard ref="uKeyboard" mode="car" :showTips="true" :confirmBtn="false" :mask-close-able="false" :tooltip="false" v-model="keyShow" @change="valChange" @backspace="backspace"></ucarkeyboard>
 		<view class="default">
-			<u-checkbox-group>
+			<!-- <u-checkbox-group>
 				<u-checkbox class="tips" v-model="form.defaultFlag" shape="circle" @change="checkboxChange()">设为默认车辆</u-checkbox>
-			</u-checkbox-group>
+			</u-checkbox-group> -->
 		</view>
 		<u-button class="login-btn" type="success" shape="circle" @click="keepCar">保存</u-button>
 	</view>