答案 0 :(得分:2)
您可以在脚本标记之间添加:
var objects = [{x: 0, y: 800, r: 800, isInObject: isInCircle, title: 'whole image', getCenter: getRectCenter }]
注意:设置y和r以覆盖您的图片。
当您为iviewer设置默认值时
onClick: function(coords) {
var object = whereIam(coords.x, coords.y);
if (object)
window.location="cart.html";
}
whereIam 是iviewer提供的默认功能。