|
@@ -43,7 +43,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="forminput">
|
|
<view class="forminput">
|
|
<text class="label">身份证号</text>
|
|
<text class="label">身份证号</text>
|
|
- <input type='number' name="id_card" value="{{form.id_card}}" maxlength="18" placeholder='身份证号'></input>
|
|
|
|
|
|
+ <input type='text' name="id_card" value="{{form.id_card}}" maxlength="18" placeholder='身份证号'></input>
|
|
</view>
|
|
</view>
|
|
<view class="forminput">
|
|
<view class="forminput">
|
|
<text class="label">微信账号</text>
|
|
<text class="label">微信账号</text>
|
|
@@ -62,4 +62,4 @@
|
|
</view>
|
|
</view>
|
|
</form>
|
|
</form>
|
|
</view>
|
|
</view>
|
|
-</view>
|
|
|
|
|
|
+</view>
|