ソースを参照

1.修改样式。
2.修改支付记录查询。

zhengqiang 5 年 前
コミット
50f45ca7cc
2 ファイル変更4 行追加4 行削除
  1. 1 1
      src/assets/css/ammeter.css
  2. 3 3
      src/components/Paylist.vue

+ 1 - 1
src/assets/css/ammeter.css

@@ -70,7 +70,7 @@
 .fyy-button .van-button {
     width: 40%;
     border-radius: 4px;
-    margin: 20px 0 70px
+    margin: 20px 0 40px
 }
 
 .fyyfooter {

+ 3 - 3
src/components/Paylist.vue

@@ -31,7 +31,7 @@ import Cookies from 'js-cookie'
 export default {
   data () {
     return {
-      pageNum: 1,
+      pageNum: 0,
       pageSize: 10,
       roomId: '',
       refreshing: false,
@@ -111,8 +111,8 @@ export default {
       this.roomId = Cookies.get("selectedRoomId");
     }
 
-    this.refreshing = true;
-    this.onRefresh();
+    //this.refreshing = true;
+    //this.onRefresh();
   }
 };
 </script>