xuqiang 4 ani în urmă
părinte
comite
d2b5cfc50d

BIN
src/native/登陆用户绑定@3x (2).png


+ 1 - 0
src/pages/cleanReport.vue

@@ -103,6 +103,7 @@ export default {
                 .post('/cleaningInfo/create', {
                 .post('/cleaningInfo/create', {
                     targetId: this.roomInfo.roomId,
                     targetId: this.roomInfo.roomId,
                     cleaningType: 'ROOM',
                     cleaningType: 'ROOM',
+                    content: this.content,
                     images: this.imagesList
                     images: this.imagesList
                 })
                 })
                 .then(res => {
                 .then(res => {

+ 1 - 1
src/pages/home.vue

@@ -284,7 +284,7 @@ export default {
             }
             }
         }
         }
         .time {
         .time {
-            font-size: 12px;
+            font-size: 13px;
             font-weight: normal;
             font-weight: normal;
             color: #aaacad;
             color: #aaacad;
             line-height: 18px;
             line-height: 18px;

+ 2 - 2
src/pages/login.vue

@@ -318,8 +318,8 @@ export default {
     // width: 100%;
     // width: 100%;
     padding-left: 20px;
     padding-left: 20px;
     img {
     img {
-        width: 182px;
-        height: 54px;
+        width: 200px;
+        height: 60px;
         margin: 60px 0 30px;
         margin: 60px 0 30px;
     }
     }
 }
 }