mounted中写的

mounted(){
    this.initHandler(this);
    this.minuteInterVal();
    //获取用户登录信息
    let href = window.location.pathname;
    if(href !='/' && href.indexOf('login')<0 && href !=process.env.VUE_APP_PUBLICPATH && !window.location.pathname.includes('verification')){
    this.getLoginMsg(this)
        }
    let that = this
    that.$nextTick(()=>{
        that.$jQuery('.van-tab_pane').eq(0).attr('style','display:none');
        that.$jQuery('.van-tab').attr('style','flex-basis:18%')
    })
    if(this.$store.state.userInfo.userId){this.createWebSocket()}
    if(this.$store.state.unApproveNumber.data>0){this.showMsg=true}



     let tmpClass = '.wrap-76,.wrap-90,.wrap-100,.wrap-102,.wrap-106,.wrap-120,.wrap-140,.wrap-160,.wrap-200,.wrap-216,.wrap-252';
        // 内容超长 显示事件 
        that.$jQuery("#app")
            .on("mouseenter", tmpClass, function (val) {
                that.$jQuery(this).removeAttr('title').parent().removeAttr('title');
                if (that.$jQuery(this).html() != '' && that.$jQuery(this).html().replace(/\s+/g, "").length > 2) {
                    that.$jQuery(this).parent().addClass('posi-relative');
                    that.$jQuery(this).append("<span class='wrap-box'>" + that.$jQuery(this).html() + "</span>");
                }
            }).on("mouseleave", tmpClass, function (val) {
                that.$jQuery(this).children('.wrap-box').remove();
            });
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值