You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.6 KiB
29 lines
1.6 KiB
<!--pages/navigation/userinform/userinform.wxml-->
|
|
<image class="beijing" src="../../img/背景.png"></image>
|
|
<view class="user_box">
|
|
<view class="logo">
|
|
<image src="../../img/person.png" ></image>
|
|
</view>
|
|
<text class='headname'>手机用户 </text>
|
|
</view>
|
|
<view class="input">
|
|
<view class="s">身高<input type="text" class="shengao" value='{{insshen}}' bindinput="outsshen" placeholder="请输入身高"/></view>
|
|
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<view class="t">体重<input type="number" class="tizhong" value='{{intti}}' maxlength="3" bindinput="outtti" placeholder="请输入体重"/></view>
|
|
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<view class="y">腰围<input type="number" class="yaowei" value='{{inyyao}}' maxlength="3" bindinput="outyyao" placeholder="单位(厘米)"/></view>
|
|
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<view class="x">胸围<input type="number" class="xiongwei" value='{{inxxiong}}' maxlength="3" bindinput="outxxiong" placeholder="单位(厘米)"/></view>
|
|
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<view class="tui">腿围<input type="number" class="tuiwei" value='{{inttui}}' maxlength="3" bindinput="outttui" placeholder="单位(厘米)"/></view>
|
|
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<view class="tun">臀围<input type="number" class="tunwei" value='{{inttun}}' maxlength="3" bindinput="outttun" placeholder="单位(厘米)"/></view>
|
|
|
|
</view>
|
|
|
|
<button class="save" bindtap="saveinform" >保存</button> |