表单:
将组件内的用户输入的
主要属性:
效果图:
ml:
ss:
js:
页面"
},//点击提交
listenFormSubmit:function(e){
console.log('listenFormSubmit=',e.detail.value)
},//点击重置
listenFormReser:function(e){
console.log('listenFormReser=',//点击忘记密码
switch1Change:function(e){
console.log('switch1Change=',//当选中某一个的时候回调该函数。e.detail.value:获取选中某个radio的value
radioChange: function(e) {
console.log('radio发生change事件,携带value值为:',e.detail.value)
}
})
注意:
form表单组件 是提交form内的所有选中属性的值,
注意每个form表单内的组件都必须有name属性指定否则提交不上去,
button中的type两个submit,reset属性分别对应form的两个事件
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
原文链接:https://www.f2er.com/weapp/44909.html