HarmoneyOpenEye icon indicating copy to clipboard operation
HarmoneyOpenEye copied to clipboard

华为鸿蒙Harmony开眼App(项目整体基于Api9+ArkTs+ArkUI)适配API 11+DevEco 4.0

Results 31 HarmoneyOpenEye issues
Sort by recently updated
recently updated
newest added

![微信截图_20240521105638](https://github.com/WinWang/HarmoneyOpenEye/assets/40562343/2589a648-545d-4ad7-b9b8-833471ed2750) ![微信截图_20240521105709](https://github.com/WinWang/HarmoneyOpenEye/assets/40562343/7c999e92-616b-40c3-9c11-c0b3ba0585c2) api9的模拟器,感谢回复

axios 的封装那能不能加个重试的机制

![screenshot-20240619-192900](https://github.com/WinWang/HarmoneyOpenEye/assets/23070926/f994cb12-3360-4d27-bf38-77f2fdc7c98f)

我看下项目里的效果好像是自定义的,4.1有官方组件支持么

export function postLoginPwd(user: string,pwd:string) { return axiosClient.post( { url: baseUrlXxb+UrlConstants.URL_LOGIN_PWD, params: { "user_login": user , "user_pass": pwd , "type": 2 } } ) }

[Compile Result] SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' [index.js:SyntaxError15:SyntaxError: SyntaxError1: 'import' and 'export' may appear only with 'sourceType: module' [FormData.js:'import' and 'export' may appear only with...

/** * 请求首页数据-axios客户端请求 * @param date * @returns */ export function getHomeListAxios(date: string = "") { return axiosClient.get({ url: baseUrl + "api/v2/feed", params: { "date": date }, showLoading: true, headers:...