fix chatmodel
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user