Commit 21a697ca authored by rockyl's avatar rockyl

。。。

parent 3189f01b
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
"success" "success"
], ],
"id": "show-toast", "id": "show-toast",
"script": "var toastProps = Object.assign({}, props, args);\nglobal.gameStage.toast.show(toastProps);\nnext('success');\n", "script": "var toastProps = __assign(__assign({}, props), args);\nglobal.gameStage.toast.show(toastProps);\nnext('success');\n",
"group": "view", "group": "view",
"type": "builtin" "type": "builtin"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment