设置enty页面 找到src/main/ets/entryability/EntryAbility.ets
windowStage.loadContent('pages/Index', (err) => {
if (err.code) {
hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
return;
}
hilog.info(0x0000, 'testTag', 'Succeeded in loading the content.');
});
把Index改成Login 开发中遇到的问题
1沉浸式布局设置了``` padding({ top: px2vp(this.topRectHeight), bottom: px2vp(this.bottomRectHeight) }) ComposeTitleBar还是遮挡状态栏
2.怎么监听上拉手势去实现页面刷新数据