Showing
1 changed file
with
3 additions
and
0 deletions
@@ -550,6 +550,9 @@ class familyModel extends global.yoho.BaseModel { | @@ -550,6 +550,9 @@ class familyModel extends global.yoho.BaseModel { | ||
550 | let vip = 0; // 从family进入二维码,暂时显示0 | 550 | let vip = 0; // 从family进入二维码,暂时显示0 |
551 | let hideTips = true; | 551 | let hideTips = true; |
552 | 552 | ||
553 | + if (result[0].data.headIco) { | ||
554 | + result[0].data.headIco = result[0].data.headIco.replace('img01.yohomars.com', 'imgmars.yohobuy.com').replace('img02.yohomars.com', 'imgmars.yohobuy.com'); // eslint-disable-line | ||
555 | + } | ||
553 | 556 | ||
554 | result[0].data.gender = (thisGender === '1' ? 'BOY' : 'GIRL'); | 557 | result[0].data.gender = (thisGender === '1' ? 'BOY' : 'GIRL'); |
555 | result[0].data.otherGender = (thisGender === '1' ? 'GIRL' : 'BOY'); | 558 | result[0].data.otherGender = (thisGender === '1' ? 'GIRL' : 'BOY'); |
-
Please register or login to post a comment