update
This commit is contained in:
@@ -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.
+1
-1
Submodule xchat_cfg updated: b076d217c1...cfd63971ee
Reference in New Issue
Block a user