fix
This commit is contained in:
@@ -113,7 +113,7 @@ export class GirlDetailData extends BaseData {
|
||||
if (!this.photoData) return null;
|
||||
// 遍历数组找到匹配的资源
|
||||
for (let oneData of this.photoData) {
|
||||
if (oneData.id === id) {
|
||||
if (oneData.id == id) {
|
||||
return oneData;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user