Merge remote-tracking branch 'refs/remotes/origin/h5' into h5

This commit is contained in:
kenny
2025-10-09 10:57:58 +08:00
4 changed files with 38 additions and 4 deletions
+2 -1
View File
@@ -61,6 +61,7 @@ const fittingRoom = defineStore({
pageSize: '30',
});
const result = httpResponse.data?.list ?? [];
result.reverse();
// 将模特放到最后一张
result.push({
id: 100000,
@@ -69,7 +70,7 @@ const fittingRoom = defineStore({
'https://tupian05.oss-cn-beijing.aliyuncs.com/digital_cloth/1758853865858.png',
clothingImageUrl:
'https://tupian05.oss-cn-beijing.aliyuncs.com/digital_cloth/1758795488865.jpg',
tryOnResultUrl: this.currentModel.thumbnailFileUrl,
tryOnResultUrl: this.currentModel.fileUrl,
// "userId": 284,
// "createTime": 1758857790000
});