refactor(装备拓展): 移除已注释的购买装备后刷新金币逻辑
This commit is contained in:
parent
5baa2cff0a
commit
2815d5e898
|
|
@ -67,13 +67,13 @@ class EquipmentExpandC {
|
|||
// }.bindenv(this);
|
||||
|
||||
//因为装备镶嵌那边更改的数据导致 购买装备时金币会错乱 任意方式刷新一下金币就可以了
|
||||
Cb_BuyItem_send_Enter["_装备拓展_"] <- function(args) {
|
||||
local SUser = User(args[1]);
|
||||
Timer.SetTimeOut(function() {
|
||||
print("刷新");
|
||||
SUser.SendItemSpace(0);
|
||||
}, 1);
|
||||
}.bindenv(this);
|
||||
// Cb_BuyItem_send_Enter["_装备拓展_"] <- function(args) {
|
||||
// local SUser = User(args[1]);
|
||||
// Timer.SetTimeOut(function() {
|
||||
// print("刷新");
|
||||
// SUser.SendItemSpace(0);
|
||||
// }, 1);
|
||||
// }.bindenv(this);
|
||||
}
|
||||
|
||||
function GenerateUUID() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue