fix:1、添加跳链接的webview的插件。2、修复bug
This commit is contained in:
@@ -138,7 +138,7 @@ namespace RedHotRoast
|
||||
btnSign.title = signList[index].id + "";
|
||||
|
||||
btnSign.touchable = false;
|
||||
btnSign.reward_num.text = GameHelper.Get101Str(signList[index].quantity[0]);
|
||||
btnSign.reward_num.text = GameHelper.IsGiftSwitch()?GameHelper.getChString(signList[index].quantity[0]):GameHelper.Get101Str(signList[index].quantity[0]);
|
||||
|
||||
var animName = "appear2";
|
||||
if (index % 5 == 4)
|
||||
|
||||
Reference in New Issue
Block a user