@@ -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 {