资源入版
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user