Quellcode durchsuchen

贷款-我的申请记录静态

panyong vor 4 Jahren
Ursprung
Commit
76284bf458
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 4 2
      htmldev/loan/src/views/loan/home/index.vue

+ 4 - 2
htmldev/loan/src/views/loan/home/index.vue

@@ -127,7 +127,9 @@
           Toast('失败了')
         })
       },
-      funJumpDetail (item) {}
+      funJumpDetail (item) {
+        this.$router.push({ path: '/loan/detail' })
+      }
     }
   }
 </script>
@@ -152,7 +154,7 @@
     position: relative;
     width: 100%;
     height: calc(100vh - 82px);
-    margin-top: 25px;
+    margin-top: 24px;
     overflow: hidden;
 
     ul {