...
|
...
|
@@ -136,7 +136,7 @@ class FamilyIndex extends Page { |
|
|
type: 'GET',
|
|
|
url: location.protocol + '//m.yohobuy.com/home/family/integralCharts'
|
|
|
}).then(result => {
|
|
|
if (result) {
|
|
|
if (result && !$.isEmptyObject(result)) {
|
|
|
result.totalHref = location.protocol + '//m.yohobuy.com/home/family/coinDetail?openby:yohobuy={"action":"go.h5","params":{"url":"' + location.protocol + '//m.yohobuy.com/home/family/coinDetail"}}', // eslint-disable-line
|
|
|
|
|
|
this.selector.$integralContent.append(this.view.integral(result));
|
...
|
...
|
@@ -157,6 +157,8 @@ class FamilyIndex extends Page { |
|
|
}
|
|
|
]
|
|
|
});
|
|
|
} else {
|
|
|
$('.integral').hide();
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
|