self.login = function () { // 参数是否为空 if (!self.phone() && !self.code()) { $api.toast('手机号或验证码为空'); return false; } api.toast({ msg: 'hello' }); }