<img src="../../../image/common/bg-white.png" :data-echo="realImgDomain+item.snsGameNewLogo" onerror="this.src='../../../image/common/bg-white.png';this.onerror=null" :onclick="'vm.showContent('+item.snsGameNewID+')'" />
apicloud有个api.parstapmode解决300毫秒延迟 vue写法应该为
:onclick="'vm.showContent('+item.snsGameNewID+')'"
不是
@click="showContent(item.snsGameNewID)"