找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索本站精品资源

首页 教程频道 小程序开发 查看内容

微信小程序用户名、密码页面设计

作者:模板之家 2018-4-18 10:43 9976人关注

.wxml页面 view class=section form bindsubmit=bindFormSubmit bindreset=formReset text日期选择/text view class=textareaT name=userName text class=textriqi{{dateValue}}/text picker mode=date value={{date ...

.wxml页面

 

  1. <view class="section">
  2. <form bindsubmit="bindFormSubmit" bindreset="formReset">
  3. <text>日期选择</text>
  4. <view class="textareaT" name="userName">
  5. <text class="textriqi">{{dateValue}}</text>
  6. <picker mode="date" value="{{dateValue}}" start="1999-01-01" end="2999-12-12" bindchange="datePickerBindchange">
  7. <image class="imgrili" src="../imges/rili.png"></image>
  8. </picker>
  9. </view>
  10. <text>申请人信息</text>
  11. <view class="textareaT2" name="userName">
  12. <view class="itemView">用户名:
  13. <input name="userName" placeholder="请输入用户名" bindinput="userNameInput" />
  14. </view>
  15. <view class="lineV"></view>
  16. <view class="itemView">密码:
  17. <input name="userName" placeholder="请输入密码" bindinput="pasWInput" />
  18. </view>
  19.  
  20. </view>
  21. <button class="submitClick" formType="submit"> 登 录</button>

路过

雷人

握手

鲜花

鸡蛋
原作者: 模板之家 来自: 网络收集

全部回复(0)