设置页、弹窗逻辑、跳转逻辑

视频播放逻辑优化
This commit is contained in:
2025-09-11 00:03:22 +08:00
parent a6b15778a8
commit 7dedbf124c
24 changed files with 2338 additions and 1381 deletions
@@ -10,6 +10,7 @@ import { WalletData } from "../../data/WalletData";
import proto from "db://assets/Scripts/proto/proto.pb.js";
import LanguageUtils from "../../../Main/Common/LanguageUtils";
import { ImagePopup } from "../components/ImagePopup";
import { TipsPanel } from "./TipsPanel";
const { ccclass, property } = _decorator;
@ccclass("PopupGirlDetailPanel")
@@ -103,6 +104,8 @@ export class PopupGirlDetailPanel extends li_BaseView {
this.base.refreshSelf();
}
this.close();
} else {
TipsPanel.show("Insufficient balance, need to purchase");
}
}
}