otherLoginModeController: CustomDialogController = new CustomDialogController({
builder: XjbActionSheet({
selectList: [
new ActionSheetInfo($r('app.string.go_find_pwd'), () => {
// todo 跳转
this.otherLoginModeController.close();
})
],
onCancel:()=>{
this.otherLoginModeController.close();
}
}),
alignment: DialogAlignment.Bottom,
customStyle: true
});
可以参考此demo 本地验证可以关闭