Compare commits
2 Commits
75b3600a5c
...
a1d348f1c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1d348f1c2 | ||
|
|
5cdf6b94a9 |
@ -60,7 +60,16 @@ export function getDwStatusType(dw){
|
||||
case 3: return [0,0,1,1]
|
||||
case 4: return [0,1,0,0]
|
||||
case 5: return [0,1,0,1]
|
||||
//R档
|
||||
case 9: return [1,0,0,1]
|
||||
//P档位
|
||||
case 10: return [1,0,1,0]
|
||||
//D档
|
||||
case 11: return [1,0,1,1]
|
||||
//S档
|
||||
case 12: return [1,1,0,0]
|
||||
//M档
|
||||
case 13: return [1,1,0,1]
|
||||
default :return [0,0,0,0]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user