This commit is contained in:
2025-09-19 11:39:46 +08:00
parent a5859af3b4
commit 88745043fc
7 changed files with 2159 additions and 1061 deletions
+4 -4
View File
@@ -465,10 +465,10 @@
"_dstBlendFactor": 4, "_dstBlendFactor": 4,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 24, "r": 36,
"g": 15, "g": 26,
"b": 32, "b": 53,
"a": 120 "a": 153
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941",
@@ -116,6 +116,7 @@ export class GirlListPopupPanel extends li_BaseView {
// 刷新界面 // 刷新界面
this.base.refreshBuy(true); this.base.refreshBuy(true);
this.close(); this.close();
TipsPanel.show("Buy Succeed");
} else { } else {
//ViewManager.I.openBundlesView("PurchasePanel"); //ViewManager.I.openBundlesView("PurchasePanel");
this.close(); this.close();
@@ -146,6 +146,7 @@ export class PopupGirlDetailPanel extends li_BaseView {
this.base.refreshSelf(); this.base.refreshSelf();
} }
this.close(); this.close();
TipsPanel.show("Buy Succeed");
} else { } else {
TipsPanel.show("Insufficient balance, need to purchase"); TipsPanel.show("Insufficient balance, need to purchase");
} }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 82 KiB

@@ -46,10 +46,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 550, "width": 444,
"height": 450, "height": 329,
"rawWidth": 550, "rawWidth": 444,
"rawHeight": 450, "rawHeight": 329,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
@@ -61,17 +61,17 @@
"meshType": 0, "meshType": 0,
"vertices": { "vertices": {
"rawPosition": [ "rawPosition": [
-275, -222,
-225, -164.5,
0, 0,
275, 222,
-225, -164.5,
0, 0,
-275, -222,
225, 164.5,
0, 0,
275, 222,
225, 164.5,
0 0
], ],
"indexes": [ "indexes": [
@@ -84,12 +84,12 @@
], ],
"uv": [ "uv": [
0, 0,
450, 329,
550, 444,
450, 329,
0, 0,
0, 0,
550, 444,
0 0
], ],
"nuv": [ "nuv": [
@@ -103,13 +103,13 @@
1 1
], ],
"minPos": [ "minPos": [
-275, -222,
-225, -164.5,
0 0
], ],
"maxPos": [ "maxPos": [
275, 222,
225, 164.5,
0 0
] ]
}, },
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff