资源入版

This commit is contained in:
2025-09-09 21:31:25 +08:00
parent ffbced749c
commit 9dd18b6947
4400 changed files with 250983 additions and 3 deletions
@@ -18,8 +18,8 @@ export class PurchasePanelItem extends Component {
}
public show() {
this.count.string = this.data.desc.toString();
this.price.string = this.data.count.toString();
this.count.string = this.data.count.toString();
this.price.string = this.data.price.toString();
}
onClickThis() {