修改转盘
This commit is contained in:
BIN
Industry-ui.rar
Normal file
BIN
Industry-ui.rar
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 45 KiB |
@@ -670,15 +670,15 @@ export default {
|
||||
|
||||
let temp = nowPass.step % 8
|
||||
const angleMap = {
|
||||
0: 315,
|
||||
0: 45,
|
||||
1: 0,
|
||||
2: 90,
|
||||
3: 45,
|
||||
4: 135,
|
||||
2: 270,
|
||||
3: 315,
|
||||
4: 225,
|
||||
5: 180,
|
||||
6: 270,
|
||||
7: 225,
|
||||
8: 315,
|
||||
6: 90,
|
||||
7: 135,
|
||||
8: 45,
|
||||
};
|
||||
this.circleStart = angleMap[temp];
|
||||
})
|
||||
|
||||
@@ -667,15 +667,15 @@ export default {
|
||||
let nowPass = this.nowPass
|
||||
let temp = nowPass.step % 8
|
||||
const angleMap = {
|
||||
0: 315,
|
||||
0: 45,
|
||||
1: 0,
|
||||
2: 90,
|
||||
3: 45,
|
||||
4: 135,
|
||||
2: 270,
|
||||
3: 315,
|
||||
4: 225,
|
||||
5: 180,
|
||||
6: 270,
|
||||
7: 225,
|
||||
8: 315,
|
||||
6: 90,
|
||||
7: 135,
|
||||
8: 45,
|
||||
};
|
||||
this.circleStart = angleMap[temp];
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user