Commit 6eec6ec8 by 梁建民

js

parent 9745a6ad
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
quota: '', quota: '',
text: [], text: [],
link: '', link: '',
title: '邀你偷偷看看你的公司评分', title: '',
desc: '', desc: '',
imgUrl: '', imgUrl: '',
account: '' account: ''
...@@ -147,6 +147,7 @@ ...@@ -147,6 +147,7 @@
this.level = level[num]; this.level = level[num];
this.quota = quota[num]; this.quota = quota[num];
this.desc = this.account + desc[num]; this.desc = this.account + desc[num];
this.title = this.account + '邀你偷偷看看你的公司评分';
}, },
share: function () { share: function () {
this.shade = true; this.shade = true;
......
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