Merge branch 'release/5.0.0'
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -83,7 +83,7 @@ if (isProduction) { | @@ -83,7 +83,7 @@ if (isProduction) { | ||
83 | api: 'http://api.yoho.yohoops.org/', | 83 | api: 'http://api.yoho.yohoops.org/', |
84 | service: 'http://service.yoho.yohoops.org/', | 84 | service: 'http://service.yoho.yohoops.org/', |
85 | liveApi: 'http://api.live.yoho.cn/', | 85 | liveApi: 'http://api.live.yoho.cn/', |
86 | - singleApi: 'http://singleapi.yoho.cn/' | 86 | + singleApi: 'http://single.yoho.cn/' |
87 | }, | 87 | }, |
88 | memcache: { | 88 | memcache: { |
89 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 89 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], |
@@ -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