fix chatmodel

This commit is contained in:
2025-09-10 16:43:46 +08:00
parent e4ee688dc8
commit 07bd9923fc
8 changed files with 244 additions and 503 deletions
@@ -29,7 +29,7 @@ export class PayToTalkSubpanel extends Component {
this.base = this.getComponent(UIOpacity);
}
show() {
show(categoryId: string, girlId: number) {
this.node.active = true;
this.base.opacity = 0;
tween(this.base).to(0.3, { opacity: 255 }).start();
@@ -53,7 +53,7 @@ export class PayToTalkSubpanel extends Component {
onClick_BuyTime() {
//购买次数
ChatController.Instance.resetChatCount();
//ChatController.Instance.resetChatCount();
this.hide();
}