|
@@ -23,8 +23,8 @@ function changeCup(e) {
|
|
|
case '1':
|
|
|
// console.log('正面')
|
|
|
dataPositionObj = { // 正面数据
|
|
|
- top: 182,
|
|
|
- left: 312,
|
|
|
+ top: 184,
|
|
|
+ left: 305,
|
|
|
width: 218,
|
|
|
height: 218
|
|
|
};
|
|
@@ -37,8 +37,8 @@ function changeCup(e) {
|
|
|
break;
|
|
|
case '2':
|
|
|
dataPositionObj = { // 侧面数据
|
|
|
- top: 182,
|
|
|
- left: 206,
|
|
|
+ top: 184,
|
|
|
+ left: 218,
|
|
|
width: 218,
|
|
|
height: 218
|
|
|
};
|
|
@@ -51,11 +51,11 @@ function changeCup(e) {
|
|
|
// console.log('背面');
|
|
|
break;
|
|
|
case '3':
|
|
|
- dataPositionObj = { // 正面数据
|
|
|
- top: 166,
|
|
|
- left: 348,
|
|
|
+ dataPositionObj = { // 手柄数据
|
|
|
+ top: 172,
|
|
|
+ left: 346,
|
|
|
width: 70,
|
|
|
- height: 248
|
|
|
+ height: 246
|
|
|
};
|
|
|
propSize = {
|
|
|
top: '1cm',
|
|
@@ -67,7 +67,7 @@ function changeCup(e) {
|
|
|
break;
|
|
|
case '4':
|
|
|
dataPositionObj = { // 正面数据
|
|
|
- top: 174,
|
|
|
+ top: 184,
|
|
|
left: 224,
|
|
|
width: 218,
|
|
|
height: 218
|