|
@@ -20,9 +20,13 @@
|
|
|
<u-form-item label-position="top" label="昵称"><u-input v-model="form.nickName"
|
|
|
placeholder="请填写昵称" /></u-form-item>
|
|
|
</u-form>
|
|
|
- </view>
|
|
|
- <p class="car-num" @tap="keyShow=!keyShow">车牌号码<span
|
|
|
- style="color: #9e9e9e;float: right;padding-right: 10px;">(点击{{keyShow?'收起':'唤起'}}键盘)</span></p>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <p class="car-num" >车牌号码
|
|
|
+
|
|
|
+ <span @click="gotoLink"
|
|
|
+ style="color: rgb(63, 189, 112);float: right;padding-right: 10px;">临时车牌?<u>点击此处</u>,快速充电</span>
|
|
|
+ </p>
|
|
|
|
|
|
<view class="key-input" @tap="keyShow=true">
|
|
|
|
|
@@ -32,6 +36,8 @@
|
|
|
<!-- <u-message-input :focus="true" :value="form.carNum" :maxlength="maxlength" :disabled-keyboard="true"></u-message-input>
|
|
|
-->
|
|
|
</view>
|
|
|
+ <p class="car-num" ><span @tap="keyShow=!keyShow"
|
|
|
+ style="float: right;color: #9e9e9e;padding-right: 10px;">点击输入框{{keyShow?'收起':'唤起'}}键盘</span></p>
|
|
|
<p class="car-num" v-show="!keyShow">车辆用途</p>
|
|
|
<view class="car-type" v-show="!keyShow">
|
|
|
|