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,
"_color": {
"__type__": "cc.Color",
"r": 24,
"g": 15,
"b": 32,
"a": 120
"r": 36,
"g": 26,
"b": 53,
"a": 153
},
"_spriteFrame": {
"__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941",
@@ -116,6 +116,7 @@ export class GirlListPopupPanel extends li_BaseView {
// 刷新界面
this.base.refreshBuy(true);
this.close();
TipsPanel.show("Buy Succeed");
} else {
//ViewManager.I.openBundlesView("PurchasePanel");
this.close();
@@ -146,6 +146,7 @@ export class PopupGirlDetailPanel extends li_BaseView {
this.base.refreshSelf();
}
this.close();
TipsPanel.show("Buy Succeed");
} else {
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,
"trimX": 0,
"trimY": 0,
"width": 550,
"height": 450,
"rawWidth": 550,
"rawHeight": 450,
"width": 444,
"height": 329,
"rawWidth": 444,
"rawHeight": 329,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-275,
-225,
-222,
-164.5,
0,
275,
-225,
222,
-164.5,
0,
-275,
225,
-222,
164.5,
0,
275,
225,
222,
164.5,
0
],
"indexes": [
@@ -84,12 +84,12 @@
],
"uv": [
0,
450,
550,
450,
329,
444,
329,
0,
0,
550,
444,
0
],
"nuv": [
@@ -103,13 +103,13 @@
1
],
"minPos": [
-275,
-225,
-222,
-164.5,
0
],
"maxPos": [
275,
225,
222,
164.5,
0
]
},
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff