修复:已知问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
// 快递公司
|
||||
|
||||
Reference in New Issue
Block a user