|
|
@@ -217,7 +217,7 @@ var app = new Vue({
|
|
|
_this.tips.content = '提示:用户<em>'+data.user_nickname+'</em>因被举报核实已拉黑,点击查看'
|
|
|
var strs = _this.tips.content? _this.tips.content.split('') : [];
|
|
|
if(strs.length>9){
|
|
|
- _this.tips.width = (strs.length-9)*12.5
|
|
|
+ _this.tips.width = (strs.length-9)*13
|
|
|
}
|
|
|
_this.tipsTimerId = setInterval(function(){
|
|
|
if(_this.tips.left>=100){
|