fix
设置页面资源
This commit is contained in:
@@ -106,6 +106,9 @@ export class GirlListItem extends Component {
|
||||
this.category.toString(),
|
||||
this.id
|
||||
);
|
||||
this.price.string = girlData
|
||||
.getGrilOriginalPrice(this.category.toString(), this.id)
|
||||
.toString();
|
||||
|
||||
if (isRelease) {
|
||||
this.price.node.active = false;
|
||||
@@ -150,11 +153,8 @@ export class GirlListItem extends Component {
|
||||
}
|
||||
);
|
||||
|
||||
//虚假好感度
|
||||
const star = girlData.getStar(this.category.toString(), this.id);
|
||||
// this.starParent.active = ratio != 0;
|
||||
// this.chatIcon.active = ratio != 0;
|
||||
// this.price.node.active = ratio == 0;
|
||||
|
||||
for (let i = 0; i < this.stars.length; i++) {
|
||||
const element = this.stars[i];
|
||||
if (star > i) {
|
||||
|
||||
Reference in New Issue
Block a user