添加内网用户登录

This commit is contained in:
xuchao
2026-01-13 18:04:24 +08:00
parent c200dc924b
commit 5e29a47c19
4 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@
async function thirdLogin(needToast){
let form={}
if (uni.getStorageSync('userInfo') && uni.getStorageSync('userInfo').isCompanyUser=='1') {
if (uni.getStorageSync('userInfo') && (uni.getStorageSync('userInfo').isCompanyUser=='1' || uni.getStorageSync('userInfo').isCompanyUser=='2')) {
form={
usertype: '1',
idno: uni.getStorageSync('userInfo').idCard,