ZhuRuiHeng
ZhuRuiHeng
我放大缩小后,doubleTap方法里边设置宽高起始点,不起作用 doubleTap: function (evt) { console.log('doubleTap',evt.target.id.charAt(evt.target.id.length-1,1)); let nowId = evt.target.id.charAt(evt.target.id.length-1,1); // alert(list[nowId].x); document.getElementById("rotateImg"+nowId+"").style.left=list[nowId].x+"rem"; document.getElementById("rotateImg"+nowId+"").style.top=list[nowId].y+"rem"; document.getElementById("rotateImg"+nowId+"").style.width=list[nowId].width+"rem"; document.getElementById("rotateImg"+nowId+"").style.height=list[nowId].height+"rem"; alert($("#rotateImg"+nowId+"").css('height')); // $('.img').css('z-index','6'); },