mui手机端行内点击触发事件不能用onclick,需要用ontouchend

mui手机端行内点击触发事件不能用onclick,需要用ontouchend

<li>

<div class="yanzm clearfix">

<div class="fl yanzm_l pr">

<input type="text" name="verify_code"/>

<em>验证码:</em>

</div>

<img class="fl yanzm_r" src="{:U('/wap.php/base/verify_code')}" title="看不清?单击此处刷新" ontouchend="this.src+='?rand='+Math.random();" />

</div>

</li>