avalon tap 点击 延迟 问题
click 事件直接绑定到目标元素 (即 .target)上
目标元素换成 <a> 或者 button 等可点击的元素
* click 事件委托到非 document 或 body 的父级元素上
* 目标元素加一条样式规则 cursor: pointer;
参考: https://www.cnblogs.com/xuejianxiyang/p/5824640.html
传入当前元素
$event:@obtainCouponFn($event)
获取:$(el.target)
avalon 图片问题
先加载html img :attr src 未出现 img页面出现边框
解决 img[src=""] , img:not ([src]) { opacity:0 !important; }
$modle
vm.$modle
vm.vmColName.$modle
ms-attr-class
<span :class="el.type==undefined?'dpn':['saleHotListSub',(el.type=='特卖'? '':'subAssistClr')]">{{el.type}}</span>
avalon.vmodels['ControllerName'].nameInController='XXX';
var bgflieImg=require('../../img/purchaser/flieImg.png');