Merge branch 'master' of 120.27.44.69:dev/pingan-life-index-pro
Showing
9 changed files
with
67 additions
and
25 deletions
-
Please register or sign in to post a comment
... | ... | @@ -14,6 +14,11 @@ export default { |
}, | ||
methods: { | ||
initData() {}, | ||
toPath(path) { | ||
this.$router.push({ | ||
path: path | ||
}); | ||
} | ||
}, | ||
created() { | ||
let activity = this.$route.params.p; | ||
... | ... |
... | ... | @@ -17,6 +17,7 @@ |
position: absolute; | ||
top: 23.333333rem; | ||
left: 2.833333rem; | ||
cursor: pointer; | ||
} | ||
.btn { | ||
... | ... |