[AI Generated]: feat(*): 完善个人信息页新增体重字段、身份证服务端校验及用户信息更新接口

This commit is contained in:
17792275749
2026-05-14 20:50:26 +08:00
parent b39bd7cb8d
commit d8621ebce6
2 changed files with 253 additions and 116 deletions
@@ -98,6 +98,26 @@
</view>
</view>
</view>
<!-- 体重 -->
<view class="form-row">
<view class="form-label">
<text class="label-star">*</text>
<text class="label-text">体重</text>
</view>
<view class="form-control">
<view class="form-input-wrap">
<input class="form-input form-input-with-suffix"
type="digit"
maxlength="6"
placeholder="请填写体重"
placeholder-class="form-placeholder"
value="{{ form.weight }}"
bind:input="onWeightInput" />
<text class="form-suffix form-suffix-inside">kg</text>
</view>
</view>
</view>
</view>
</view>