SunshineLnsMinApp/pages/zhghLogin/zhghLogin.js
@@ -32,6 +32,18 @@ companyAccount, companyPassword } = this.data; if (!companyAccount) { return wx.showToast({ title: '账号不能为空', icon: 'none' }) } if (!companyPassword) { return wx.showToast({ title: '密码不能为空', icon: 'none' }) } let that = this; wx.request({ url: app.globalData.url + '/api/socialCompany/loginCheck',