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.
zx/denglu/denglu.wxml

16 lines
653 B

<form bindsubmit="formSubmit" >
<view class="flex-row" style="display: flex;">
<text class="text1" >学号</text>
<input class="inputnumber" maxlength="15" name="userid" placeholder=" 请输入您的学号" type="number" value="{{idTxt}}"/>
</view>
<view class="flex-row" style="display: flex;">
<text class="password" >密码</text></view>
<view class="flex-row" style="display: flex;">
<input class="inputpassword" password="true" name="userpassword" placeholder=" 默认身份证号后六位" type="number"value="{{passwordTxt}}"/>
</view>
<button class="button1" formType="submit" >
登 录</button>
</form>