|
|
@@ -497,10 +497,10 @@ const parseSpreads = (spreads, wm) => {
|
|
|
spreads.forEach(spread => {
|
|
|
const { hdp, home, away } = spread;
|
|
|
|
|
|
- if (!(hdp % 1) || !!(hdp % 0.5)) {
|
|
|
- // 整数或不能被0.5整除的让分盘不处理
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (!(hdp % 1) || !!(hdp % 0.5)) {
|
|
|
+ // // 整数或不能被0.5整除的让分盘不处理
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
|
|
|
const ratio_ro = hdp;
|
|
|
const ratio_r = ratio_ro - wm;
|