修复:已知问题

This commit is contained in:
2025-06-26 17:01:05 +08:00
parent bd676b3147
commit ed80e2db40
10 changed files with 138 additions and 19 deletions

View File

@@ -71,7 +71,7 @@ const Header = (props: any) => {
setRoleName('交警')
Taro.setStorageSync('RoleName', '交警')
Taro.setStorageSync('RoleCode', 'jiaojing')
Taro.setStorageSync('certification', 'jj')
Taro.setStorageSync('Certification', 'jj')
return false;
}
// 邮政协会/管局
@@ -80,7 +80,7 @@ const Header = (props: any) => {
setRoleName('邮政协会/管局')
Taro.setStorageSync('RoleName', '邮政协会/管局')
Taro.setStorageSync('RoleCode', 'youzheng')
Taro.setStorageSync('certification', 'yz')
Taro.setStorageSync('Certification', 'yz')
return false;
}
// 快递公司