zl程序教程

您现在的位置是:首页 >  其它

当前栏目

AVUE 判断是否为空

判断 是否 为空
2023-09-11 14:22:26 时间
import {validatenull} from "@/util/validate";


  // 若未登录则弹出框进行绑定
  if (validatenull(this.userInfo.userId) || this.userInfo.userId < 0) {
	this.form.name = this.userInfo.account;
	this.form.account = this.userInfo.account;
	this.accountBox = true;
  }