协议调试

This commit is contained in:
chen wei bo
2025-09-09 15:15:34 +08:00
parent 54321458eb
commit d72728c1b7
4 changed files with 80 additions and 18 deletions
@@ -98,7 +98,7 @@ export class GirlDetailData extends BaseData {
}
/** 获取所有技师图片数据的id */
public getAllGrilPhotoDataId(): number[] {
public getAllGrilPhotoId(): number[] {
if (!this.photoData) return [];
// 获取所有 id
let allId = [];
@@ -182,7 +182,7 @@ export class GirlDetailData extends BaseData {
}
/** 获取所有技师视频数据的id */
public getAllGrilVideoDataId(): number[] {
public getAllGrilVideoId(): number[] {
if (!this.videoData) return [];
// 获取所有 id
let allId = [];