修改 移除角色购买设计
This commit is contained in:
@@ -111,25 +111,26 @@ export class GirlListItem extends Component {
|
||||
.getGrilOriginalPrice(this.category.toString(), this.id)
|
||||
.toString();
|
||||
|
||||
if (isRelease) {
|
||||
this.price.node.active = false;
|
||||
this.freeNode.active = false;
|
||||
this.starParent.active = true;
|
||||
this.chatIcon.active = true;
|
||||
this.unreleaseCover.active = false;
|
||||
} else {
|
||||
this.unreleaseCover.active = true;
|
||||
this.chatIcon.active = false;
|
||||
if (priceType == PriceType.free) {
|
||||
this.price.node.active = false;
|
||||
this.freeNode.active = true;
|
||||
this.starParent.active = true;
|
||||
} else {
|
||||
this.price.node.active = true;
|
||||
this.freeNode.active = false;
|
||||
this.starParent.active = false;
|
||||
}
|
||||
}
|
||||
this.price.node.active = false;
|
||||
this.freeNode.active = false;
|
||||
this.starParent.active = true;
|
||||
this.chatIcon.active = true;
|
||||
this.unreleaseCover.active = false;
|
||||
// if (isRelease) {
|
||||
|
||||
// } else {
|
||||
// this.unreleaseCover.active = true;
|
||||
// this.chatIcon.active = false;
|
||||
// if (priceType == PriceType.free) {
|
||||
// this.price.node.active = false;
|
||||
// this.freeNode.active = true;
|
||||
// this.starParent.active = true;
|
||||
// } else {
|
||||
// this.price.node.active = true;
|
||||
// this.freeNode.active = false;
|
||||
// this.starParent.active = false;
|
||||
// }
|
||||
// }
|
||||
|
||||
// this.price.node.active = priceType == PriceType.pay;
|
||||
// this.freeNode.active = priceType == PriceType.free;
|
||||
|
||||
Reference in New Issue
Block a user