Showing
1 changed file
with
1 additions
and
1 deletions
@@ -370,7 +370,7 @@ $('.good-info', '.goods-list').click(function() { | @@ -370,7 +370,7 @@ $('.good-info', '.goods-list').click(function() { | ||
370 | op: 'YB_STUDENT_VIP_GDS_LIST', | 370 | op: 'YB_STUDENT_VIP_GDS_LIST', |
371 | param: JSON.stringify({ | 371 | param: JSON.stringify({ |
372 | C_ID: C_ID, | 372 | C_ID: C_ID, |
373 | - PRD_NUM: index, | 373 | + PRD_NUM: Number(index) + 1, |
374 | PRD_ID: goodid, | 374 | PRD_ID: goodid, |
375 | ACTION_ID: 1, | 375 | ACTION_ID: 1, |
376 | REC_ID: uuid(40) + '0000' | 376 | REC_ID: uuid(40) + '0000' |
-
Please register or login to post a comment