HarmonyOS @CustomDialog 调用 pushUrl
@CustomDialog修饰过的自定义dialog,跳转页面后,弹框自动关闭了
再次购买弹框,点击再次购买的商品,页面跳转到商详页面,然后返回发现再次购买的弹框自动关闭了,应该是调动pushUrl后弹框就自己关闭了,但是没有调用close方法,问下有何方法可以让弹框不关闭。
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
HarmonyOS router pushUrl报错
605浏览 • 1回复 待解决
HarmonyOS router.pushUrl跳转报100002
517浏览 • 1回复 待解决
HarmonyOS 关于CustomDialog使用
336浏览 • 1回复 待解决
HarmonyOS CustomDialog中弹AlertDialog问题
330浏览 • 1回复 待解决
HarmonyOS CustomDialog位置问题
295浏览 • 1回复 待解决
HarmonyOS customdialog使用问题
554浏览 • 1回复 待解决
HarmonyOS pushUrl与back是否可以去掉动画效果?
92浏览 • 1回复 待解决
HarmonyOS使用CustomDialog如何设置宽度
498浏览 • 1回复 待解决
HarmonyOS 使用customdialog不弹出
326浏览 • 1回复 待解决
HarmonyOS CustomDialog底部默认间距
347浏览 • 1回复 待解决
HarmonyOS 自定义弹窗CustomDialog问题
575浏览 • 1回复 待解决
HarmonyOS 用CustomDialog自定义Dialog
230浏览 • 1回复 待解决
HarmonyOS CustomDialog中的CustomDialogController 为undefined
470浏览 • 1回复 待解决
在CustomDialog中打开新的页面,CustomDialog会自动消失
1094浏览 • 1回复 待解决
报错Property 'pushUrl' does not exist on type 'typeof router'.
3550浏览 • 1回复 待解决
customDialog焦点透传
819浏览 • 1回复 待解决
customDialog调用router.push启动新页面,会把customDialog关闭,怎么实现在不关闭弹窗的前提下启动新页面
1882浏览 • 1回复 待解决
HarmonyOS CustomDialog 中cancel回调没有执行
456浏览 • 1回复 待解决
HarmonyOS 自定义弹窗(CustomDialog)无法关闭
524浏览 • 1回复 待解决
HarmonyOS CustomDialog是否支持自定义动画?
418浏览 • 1回复 待解决
HarmonyOS @CustomDialog组件的宽度请问如何调节 ?
258浏览 • 1回复 待解决
router.pushUrl 无法使用Map类型参数
446浏览 • 1回复 待解决
HarmonyOS 自定义弹窗 (CustomDialog)问题
358浏览 • 1回复 待解决
CustomDialog自定义动画
379浏览 • 1回复 待解决
如何控制CustomDialog显示层级
624浏览 • 1回复 待解决
可以使用Stack组件模拟实现Dialog的效果,页面跳转之后返回,可以做到Dialog依然显示的效果,
demo:
// Index.ets
// Second.ets