Merge branch 'feature/detail-link' into 'release/6.9.2'
commit See merge request !1741
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -349,7 +349,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -349,7 +349,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
349 | data: { | 349 | data: { |
350 | method: 'app.product.intro', | 350 | method: 'app.product.intro', |
351 | product_skn: data.productskn, | 351 | product_skn: data.productskn, |
352 | - app_version: '6.9.1' | 352 | + app_version: '6.9.2' |
353 | }, | 353 | }, |
354 | param: {cache: true} | 354 | param: {cache: true} |
355 | }).then(result => { | 355 | }).then(result => { |
-
Please register or login to post a comment