refactor(cert): 重构证书管理模块
- 优化导入路径和接口命名 - 重构 HospitalModel 接口,新增 HospitalItem接口 - 更新相关方法以适应新的接口结构 -调整页面组件以使用新的 HospitalItem 类型
这个提交包含在:
父节点
4908affb85
当前提交
7e01772d2e
@ -18,7 +18,6 @@ export default class AppAbility extends UIAbility {
|
|||||||
hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
|
hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
WindowHelper.windowClass = windowStage.getMainWindowSync()
|
|
||||||
});
|
});
|
||||||
// 这行代码
|
// 这行代码
|
||||||
GlobalContext.setContext(this.context)
|
GlobalContext.setContext(this.context)
|
||||||
@ -121,7 +120,7 @@ ValidatorHelper.isPhone('13800000000')
|
|||||||
|
|
||||||
> 计算相关
|
> 计算相关
|
||||||
|
|
||||||
#### 1.5.1.验证手机号
|
#### 1.5.1.计算两点间距离
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import { AlgorithmHelper } from '@szyx/sdk_base';
|
import { AlgorithmHelper } from '@szyx/sdk_base';
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户