Commit df93893f by 梁建民

js

parent 6eec6ec8
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
level: '', level: '',
quota: '', quota: '',
text: [], text: [],
link: '', link: window.location.href,
title: '', title: '',
desc: '', desc: '',
imgUrl: '', imgUrl: '',
...@@ -44,7 +44,9 @@ ...@@ -44,7 +44,9 @@
}, },
created() { created() {
var num = Math.floor(Math.random() * 4); var num = Math.floor(Math.random() * 4);
this.account = this.$route.query.account; this.account = this.$route.query.account;
this.getData(num); this.getData(num);
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment