diff --git a/assets/Scripts/chat18x/uiitems/DetailImageItem.ts b/assets/Scripts/chat18x/uiitems/DetailImageItem.ts index d49583e0..fa086bd9 100644 --- a/assets/Scripts/chat18x/uiitems/DetailImageItem.ts +++ b/assets/Scripts/chat18x/uiitems/DetailImageItem.ts @@ -175,7 +175,7 @@ export class DetailImageItem extends Component { } if (type === proto.cs.EnmResType.ERT_Image) { // 图片 - price = girlData.getGrilPhotoOriginalPrice( + price = girlData.getGrilPhotoPrice( this.category.toString(), this.girlId, this.resId @@ -188,7 +188,7 @@ export class DetailImageItem extends Component { this.isImage = true; } else if (type === proto.cs.EnmResType.ERT_Video) { // 视频 - price = girlData.getGrilVideoOriginalPrice( + price = girlData.getGrilVideoPrice( this.category.toString(), this.girlId, this.resId diff --git a/assets/bundles/DataTable/tbgirlsdetail.bin b/assets/bundles/DataTable/tbgirlsdetail.bin index de002a3d..003143c2 100644 Binary files a/assets/bundles/DataTable/tbgirlsdetail.bin and b/assets/bundles/DataTable/tbgirlsdetail.bin differ diff --git a/xchat_cfg b/xchat_cfg index b076d217..cfd63971 160000 --- a/xchat_cfg +++ b/xchat_cfg @@ -1 +1 @@ -Subproject commit b076d217c1a652369c01463b3c36553f1f4a7689 +Subproject commit cfd63971ee5c3150f8544360fbdd81094e4ea3a5