This commit is contained in:
2025-09-26 11:57:33 +08:00
parent 7f96c373a9
commit 24921bb094
3 changed files with 3 additions and 3 deletions
@@ -175,7 +175,7 @@ export class DetailImageItem extends Component {
} }
if (type === proto.cs.EnmResType.ERT_Image) { if (type === proto.cs.EnmResType.ERT_Image) {
// 图片 // 图片
price = girlData.getGrilPhotoOriginalPrice( price = girlData.getGrilPhotoPrice(
this.category.toString(), this.category.toString(),
this.girlId, this.girlId,
this.resId this.resId
@@ -188,7 +188,7 @@ export class DetailImageItem extends Component {
this.isImage = true; this.isImage = true;
} else if (type === proto.cs.EnmResType.ERT_Video) { } else if (type === proto.cs.EnmResType.ERT_Video) {
// 视频 // 视频
price = girlData.getGrilVideoOriginalPrice( price = girlData.getGrilVideoPrice(
this.category.toString(), this.category.toString(),
this.girlId, this.girlId,
this.resId this.resId
Binary file not shown.