1、上传充值2、完成第三方分享modLink3、替换帮助繁体化

This commit is contained in:
Dragon
2022-10-17 16:41:03 +08:00
parent ab02f2c609
commit d175ad6349
33 changed files with 472 additions and 270 deletions

View File

@@ -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);