Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0
Showing
2 changed files
with
6 additions
and
1 deletions
@@ -498,7 +498,7 @@ const setBrandIntro = brand => { | @@ -498,7 +498,7 @@ const setBrandIntro = brand => { | ||
498 | 498 | ||
499 | if (brand) { | 499 | if (brand) { |
500 | let text = _.replace(brand.brandIntro, /<\/?[^>]*>|\s*|(\n)|(\t)|(\r)/g, ''), | 500 | let text = _.replace(brand.brandIntro, /<\/?[^>]*>|\s*|(\n)|(\t)|(\r)/g, ''), |
501 | - more = `... <a href="javascript:;" class="more-brand-intro blue">了解更多>></a>`; | 501 | + more = '... <a href="javascript:;" class="more-brand-intro blue">了解更多>></a>'; |
502 | 502 | ||
503 | barndIntro = { | 503 | barndIntro = { |
504 | brand: { | 504 | brand: { |
-
Please register or login to post a comment