yangc 7 years ago
parent
commit
0d5a681d52

+ 1 - 1
components/mobile/applyPurchase/PublishSeek.vue

@@ -136,7 +136,7 @@
           document.body.style.left = '0'
           document.body.style.right = '0'
         } else {
-          document.body.style.position = 'unset'
+          document.body.style.position = 'relative'
         }
       }
     },

+ 1 - 1
components/mobile/applyPurchase/SayPrice.vue

@@ -91,7 +91,7 @@
           document.body.style.left = '0'
           document.body.style.right = '0'
         } else {
-          document.body.style.position = 'unset'
+          document.body.style.position = 'relative'
         }
       }
     },