用软键盘提交和按钮提交 返回的数据类型不一样
第一条是软键盘提交后返回的数据,第二条是点击按钮提交后返回的数据
wxml:
< form catchsubmit = "send" > < input id = "new_entry" name = "field_1" maxlength = "140" confirm-type = "done" confirm-hold = "true" cursor-spacing = "20" class = "ChatInputMainInput" type = "text" value = "{{TempInputValue}}" bindinput = "CatchInput" bindconfirm = "send" /> < button class = "ChatSendBtn" formType = "submit" >发送</ button > </ form > |
js:
send: function (e) { console.log( } |
没有解决。
这个问题现在有解决么? catchsubmit 这个事件在文档里没说,是否也支持??????