单位门户网站建设存在问题,太原关键词排名提升,wordpress文章底部加分享,网站改版 建设方案比如我要用下拉刷新三方库pulltorefresh 安装命令如下
ohpm install ohos/pulltorefresh 安装完后然后运行Demo报错,说没有isAtEnd方法 然后查看pulltorefresh 最新版2.0.4对应Harmony API10,然而我的手机是API9,所以必须找到API9的库#xff0c;然后查看2.0.1是还是API9 所…比如我要用下拉刷新三方库pulltorefresh 安装命令如下
ohpm install ohos/pulltorefresh 安装完后然后运行Demo报错,说没有isAtEnd方法 然后查看pulltorefresh 最新版2.0.4对应Harmony API10,然而我的手机是API9,所以必须找到API9的库然后查看2.0.1是还是API9 所以执行如下
ohpm install ohos/pulltorefresh2.0.1执行前 执行后发现无需卸载新版直接覆盖运行项目没问题了