Commit de81b511 authored by 陈子煜's avatar 陈子煜

1

parent 4b5b2ce8
...@@ -434,8 +434,8 @@ ...@@ -434,8 +434,8 @@
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 2.5470000000000255, "x": 15.000999999999976,
"y": 0.47900000000004184, "y": 0.478999999999985,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
...@@ -475,7 +475,7 @@ ...@@ -475,7 +475,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 35.59375, "width": 17.796875,
"height": 50.4 "height": 50.4
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -511,7 +511,7 @@ ...@@ -511,7 +511,7 @@
"b": 255, "b": 255,
"a": 255 "a": 255
}, },
"_string": "25", "_string": "0",
"_horizontalAlign": 1, "_horizontalAlign": 1,
"_verticalAlign": 1, "_verticalAlign": 1,
"_actualFontSize": 32, "_actualFontSize": 32,
...@@ -1221,6 +1221,8 @@ ...@@ -1221,6 +1221,8 @@
"__id__": 0 "__id__": 0
}, },
"fileId": "aflVw5/2dP+rzU7TMNhCDd", "fileId": "aflVw5/2dP+rzU7TMNhCDd",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
}, },
{ {
......
...@@ -30,6 +30,9 @@ export default class ExchangeSuccess extends Panel { ...@@ -30,6 +30,9 @@ export default class ExchangeSuccess extends Panel {
this.prizeName.string = item.optionName; this.prizeName.string = item.optionName;
this.prize.spriteFrame = item.optionImg; this.prize.spriteFrame = item.optionImg;
await sendWebNetWithToken(WebNetName.propExchange)
} }
clickLook() { clickLook() {
...@@ -40,7 +43,7 @@ export default class ExchangeSuccess extends Panel { ...@@ -40,7 +43,7 @@ export default class ExchangeSuccess extends Panel {
clickClose = async () => { clickClose = async () => {
this.hidePanel() this.hidePanel()
await sendWebNetWithToken(WebNetName.propExchange)
} }
} }
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