
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
ArkTS自定义弹窗CustomDialog回调、监听。错误信息:page: pages/LoginPage.jsError message: is not callableSource。回调传参类似
Text("是否退出?").fontSize(30).margin({ top: 60 })controller: CustomDialogController //弹出框控制器。confirm: () => void //回调方法confirm。cancel: () => void //回调方法cancel。this.confirm() //调用回调。this.cancel() //调用回调。/

到底了







