Merge remote-tracking branch 'refs/remotes/origin/h5' into h5
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user