Commit df93893f by 梁建民

js

parent 6eec6ec8
......@@ -35,7 +35,7 @@
level: '',
quota: '',
text: [],
link: '',
link: window.location.href,
title: '',
desc: '',
imgUrl: '',
......@@ -44,7 +44,9 @@
},
created() {
var num = Math.floor(Math.random() * 4);
this.account = this.$route.query.account;
this.getData(num);
},
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