diff --git a/pages/fittingRoom/index.vue b/pages/fittingRoom/index.vue
index f1b0690..f9a7057 100644
--- a/pages/fittingRoom/index.vue
+++ b/pages/fittingRoom/index.vue
@@ -23,6 +23,17 @@
/>
+
+
+
+
+
@@ -179,4 +190,21 @@
width: 550rpx;
padding: 0 100rpx;
}
+ .custom-indicators {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ .custom-indicator {
+ width: 10rpx;
+ height: 1px;
+ opacity: 0.5;
+ background: #fff;
+ margin: 0 5rpx;
+ }
+ .active {
+ width: 30rpx;
+ height: 1px;
+ background: #171717;
+ }
+ }
diff --git a/sheep/store/fittingRoom.js b/sheep/store/fittingRoom.js
index 6e1cc33..8c5dc45 100644
--- a/sheep/store/fittingRoom.js
+++ b/sheep/store/fittingRoom.js
@@ -70,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
});