问题:如何在bindtouchstart 与bindtouchend 事件执行完毕以后再执行form-type='submit' 事件?(就是,我每次按住说话,然后他处理的是我上次的值,但是处理完以后才把我这次说的话的值提交给对应的存储对象)
求解。。
代码:
<button type='default' class='text' hidden="{{buttonhidden}}" bindtouchstart='startrecorderHandel' bindtouchend="sendrecorderHandel" form-type='submit'>按住说话</button>