fix
This commit is contained in:
@@ -175,7 +175,7 @@ export class DetailImageItem extends Component {
|
||||
}
|
||||
if (type === proto.cs.EnmResType.ERT_Image) {
|
||||
// 图片
|
||||
price = girlData.getGrilPhotoPrice(
|
||||
price = girlData.getGrilPhotoOriginalPrice(
|
||||
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.getGrilVideoPrice(
|
||||
price = girlData.getGrilVideoOriginalPrice(
|
||||
this.category.toString(),
|
||||
this.girlId,
|
||||
this.resId
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1
-1
Submodule xchat_cfg updated: cfd63971ee...589b4921b7
Reference in New Issue
Block a user