|
@@ -1062,7 +1062,7 @@ function getPlanFixCost(pksPlanListData, turnOneCost, planKey, ranking = 1) {
|
|
|
if (item[planKey] != planStr) {
|
|
if (item[planKey] != planStr) {
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
- const numArr = item.preDrawIssue.split(',');
|
|
|
|
|
|
|
+ const numArr = item.preDrawCode.split(',');
|
|
|
if (tmpDrawNum) {
|
|
if (tmpDrawNum) {
|
|
|
if (numArr[posIndex] == tmpDrawNum) {
|
|
if (numArr[posIndex] == tmpDrawNum) {
|
|
|
if (!continuousNumDict[tmpDrawNum]) {
|
|
if (!continuousNumDict[tmpDrawNum]) {
|