...
|
...
|
@@ -550,6 +550,9 @@ class familyModel extends global.yoho.BaseModel { |
|
|
let vip = 0; // 从family进入二维码,暂时显示0
|
|
|
let hideTips = true;
|
|
|
|
|
|
if (result[0].data.headIco) {
|
|
|
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
|
|
|
}
|
|
|
|
|
|
result[0].data.gender = (thisGender === '1' ? 'BOY' : 'GIRL');
|
|
|
result[0].data.otherGender = (thisGender === '1' ? 'GIRL' : 'BOY');
|
...
|
...
|
|