Skip to content

Commit

Permalink
修复详情页放大缩小错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zyx0814 committed Dec 21, 2021
1 parent 2defa02 commit 3d95bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dzz/pichome/template/pc/page/details.htm
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
}
self.ImgParam.slider = moveX;
self.ImgParam.proportion = proportion/100;
this.handleproportion();
self.handleproportion();

return false; //阻止默认事件或冒泡
});
Expand Down

0 comments on commit 3d95bf3

Please sign in to comment.