diff --git a/README.md b/README.md
index 39779ce..b549c41 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,7 @@ Authorization:94b8abbcb37c44f6aa74ec7678da8c2a
PC的老版本地址: https://puton.meidaojia.com/
+
+
+报告页: https://fitting-room.huimeimeta.com/pages/report/index
+试衣间: https://fitting-room.huimeimeta.com/pages/fittingRoom/index
diff --git a/pages/fittingRoom/index.vue b/pages/fittingRoom/index.vue
index 5d9c7a9..24d6458 100644
--- a/pages/fittingRoom/index.vue
+++ b/pages/fittingRoom/index.vue
@@ -15,7 +15,11 @@
>
-
+
diff --git a/pages/uploadClothes/SelectPic.vue b/pages/uploadClothes/SelectPic.vue
index 7c763e0..320c3ff 100644
--- a/pages/uploadClothes/SelectPic.vue
+++ b/pages/uploadClothes/SelectPic.vue
@@ -1,14 +1,14 @@
-
+
单件衣服去掉衣架
@@ -27,7 +27,7 @@
limit="1"
mode="grid"
@select="selectPic"
- >选择
+ >选择
@@ -61,13 +61,13 @@
text-align: center;
line-height: 80rpx;
font-weight: 700;
- color: #FFFFFF;
+ color: #ffffff;
letter-spacing: 10rpx;
position: relative;
}
.pic {
- padding-top: 150rpx;
+ padding-top: 100rpx;
display: flex;
justify-content: center;
align-items: center;
diff --git a/pages/uploadClothes/index.vue b/pages/uploadClothes/index.vue
index 3d7c25e..05b3c47 100644
--- a/pages/uploadClothes/index.vue
+++ b/pages/uploadClothes/index.vue
@@ -1,5 +1,5 @@
-
+
@@ -81,7 +81,7 @@
function deleteClothes() {
FittingRoomApi.deleteCloth({ id: clothesId.value }).then((res) => {
- fittingRoomStore.currentClothes = []
+ fittingRoomStore.currentClothes = [];
sheep.$router.go('/pages/fittingRoom/index');
});
}
@@ -147,11 +147,15 @@