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.
guoxinyu_project/scr/wechat-weapp-mapdemo-master/wechat-weapp-mapdemo-master.../miniprogram/pages/addusers/index.wxml

37 lines
792 B

2 years ago
<!--pages/addusers/index.wxml-->
<!--pages/addusers/index.wxml-->
<view class="add">
<input
type="text"
value="{{User_ID}}"
placeholder="请输入学号"
bindblur="inputID"
/>
<input
type="text"
value="{{User_College}}"
bindblur="inputCollege"
placeholder="请输入用户院系"
/>
<input
type="text"
value="{{User_Class}}"
bindblur="inputClass"
placeholder="请输入用户班级"
/>
<input
type="text"
value="{{User_Grade}}"
bindblur="inputGrade"
placeholder="请输入用户年级"
/>
<input
type="text"
value="{{User_Key}}"
bindblur="inputKey"
placeholder="请输入用户密码"
/>
<button class="button" bindtap="add" type="primary">增加</button>
</view>
<button class="button" type="primary" bindtap="getback">返回</button>