商城调整

This commit is contained in:
YZ\249929363 2025-07-17 11:07:51 +08:00
parent 3a9402e0c7
commit ededb563ea
2 changed files with 665 additions and 217 deletions

View File

@ -659,7 +659,7 @@ var GameTool = {
const data = { const data = {
change_reason: "game", change_reason: "game",
id: _id, id: propid,
num: 3 num: 3
} }
cc.fx.GameTool.shushu_Track("resource_get", data); cc.fx.GameTool.shushu_Track("resource_get", data);
@ -877,7 +877,7 @@ var GameTool = {
} }
const dataTemp = { const dataTemp = {
change_reason: "shop", change_reason: "shop",
id: productId, id: "1001",
num: coin num: coin
} }
cc.fx.GameTool.shushu_Track("resource_get", dataTemp); cc.fx.GameTool.shushu_Track("resource_get", dataTemp);

File diff suppressed because it is too large Load Diff