DESKTOP-SVI9JE1\muzen 2 vuotta sitten
vanhempi
commit
c3c0ffe568
1 muutettua tiedostoa jossa 2 lisäystä ja 6 poistoa
  1. 2 6
      src/pages/help/index.vue

+ 2 - 6
src/pages/help/index.vue

@@ -23,7 +23,7 @@
     </view>
     <view class="submit">
       <button type="submit" circle @click="getSubmit">提交</button>
-      <view class="contact" :style="{'margin-top': height > 480 ? '208rpx': 0}">
+      <view class="contact">
         <span>客服微信:miao_ friend</span>
         <span>客服电话:4008508199</span>
       </view>
@@ -59,11 +59,6 @@ export default {
   },
   onLoad() {
     this.getList()
-    uni.getSystemInfo({
-      success: (res) => {
-        this.height = res.screenHeight
-      }
-    })
   },
   methods: {
     // 反馈类型
@@ -225,6 +220,7 @@ export default {
     color: #999;
     display: flex;
     justify-content: space-around;
+    margin-top: 30rpx;
   }
 }
 </style>