1、上传充值2、完成第三方分享modLink3、替换帮助繁体化
This commit is contained in:
@@ -53,7 +53,7 @@ const getUserInfo = (param) => {
|
||||
if (res.data.todayReward.toString().length >= 5) {
|
||||
res.data.todayReward = (res.data.todayReward / 10000).toFixed(2) + 'W'
|
||||
}
|
||||
$('.info-bottom').find('.award span').html(res.data.todayReward + '金幣')
|
||||
$('.info-bottom').find('.award span').html(res.data.todayReward + '钻石')
|
||||
$('.info-bottom').find('.fragment').html(res.data.nick)
|
||||
myFragment = res.data.diamonds
|
||||
$('.info-bottom .activeBalance span').text(res.data.diamonds);
|
||||
|
||||
Reference in New Issue
Block a user