Commit 51159cbb authored by xishifeng's avatar xishifeng Committed by hujun

样式补充

parent dd2dd7fd
......@@ -296,7 +296,7 @@ p.ul_title>span{
box-sizing: border-box;
}
p.ul_title_add>span{
font-size: 0.3rem;
font-size: 0.28rem;
color: #666;
line-height: .7rem;
text-align: center;
......
......@@ -55,9 +55,9 @@ require(['vue', 'vconsole', 'css!style/achieve_fork.css', 'jquery0325', 'common'
},
loadMain: function(){
var _this =this;
this.userLevel = localStorage.getItem('level');
this.linkAchieveYwy = 'achieve_ywy?ywyId='+localStorage.getItem('id');
this.linkAchieveQy = 'achieve_region?ywyId='+localStorage.getItem('id');
this.userLevel = localStorage.getItem('userlevel');
this.linkAchieveYwy = 'achieve_ywy?ywyId='+localStorage.getItem('userid');
this.linkAchieveQy = 'achieve_region?ywyId='+localStorage.getItem('userid');
}
}
});
......
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 to comment