index.wxml 367 B

123456789
  1. <!--index.wxml-->
  2. <form bindsubmit="getFormVal">
  3. <input type="text" placeholder="请输入内容" bindtap="getIptVal" name="age" />
  4. <input type="text" placeholder="请输入内容" bindtap="getIptVal" name="name" />
  5. <input type="text" placeholder="请输入内容" bindtap="getIptVal" name="likes" />
  6. <button form-type="submit">
  7. 提交
  8. </button>
  9. </form>