Ver Fonte

wesmiler 更新第5期升级

wesmiler há 5 anos atrás
pai
commit
3fe02d26af
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      public/themes/default/weixin/public/assets/js/match.js

+ 1 - 1
public/themes/default/weixin/public/assets/js/match.js

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