HarmonyOS @CustomDialog 调用 pushUrl
@CustomDialog修饰过的自定义dialog,跳转页面后,弹框自动关闭了
再次购买弹框,点击再次购买的商品,页面跳转到商详页面,然后返回发现再次购买的弹框自动关闭了,应该是调动pushUrl后弹框就自己关闭了,但是没有调用close方法,问下有何方法可以让弹框不关闭。
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
HarmonyOS 自定义弹窗CustomDialog调用问题
1540浏览 • 1回复 待解决
HarmonyOS CustomDialog内子控件调用close()方法无效
1091浏览 • 1回复 待解决
HarmonyOS customDialog调用router.push启动新页面,会把customDialog关闭
762浏览 • 1回复 待解决
HarmonyOS router pushUrl报错
1932浏览 • 1回复 待解决
HarmonyOS router.pushUrl跳转报100002
1791浏览 • 1回复 待解决
HarmonyOS web组件中,js调用native的函数中,无法显示@CustomDialog组件
788浏览 • 1回复 待解决
HarmonyOS CustomDialog相关
779浏览 • 1回复 待解决
HarmonyOS router.pushUrl使用基于Har
1117浏览 • 1回复 待解决
HarmonyOS CustomDialog焦点
580浏览 • 1回复 待解决
HarmonyOS CustomDialog显示
718浏览 • 1回复 待解决
HarmonyOS 关于CustomDialog使用
1419浏览 • 1回复 待解决
报错Property 'pushUrl' does not exist on type 'typeof router'.
5117浏览 • 1回复 待解决
HarmonyOS CustomDialog内进行路由跳转CustomDialog仍显示在顶层
790浏览 • 1回复 待解决
HarmonyOS CustomDialog位置问题
1088浏览 • 1回复 待解决
HarmonyOS customdialog使用问题
1895浏览 • 1回复 待解决
HarmonyOS CustomDialog显示顺序
794浏览 • 1回复 待解决
HarmonyOS CustomDialog底部space
872浏览 • 1回复 待解决
HarmonyOS pushUrl与back是否可以去掉动画效果?
791浏览 • 1回复 待解决
HarmonyOS CustomDialog中弹AlertDialog问题
1054浏览 • 1回复 待解决
HarmonyOS class中显示CustomDialog
853浏览 • 1回复 待解决
customDialog调用router.push启动新页面,会把customDialog关闭,怎么实现在不关闭弹窗的前提下启动新页面
2821浏览 • 1回复 待解决
在CustomDialog中打开新的页面,CustomDialog会自动消失
1959浏览 • 1回复 待解决
HarmonyOS router.pushurl里不同模块之间的跳转
1251浏览 • 1回复 待解决
HarmonyOS CustomDialog底部默认间距
1227浏览 • 1回复 待解决
HarmonyOS 使用customdialog不弹出
1106浏览 • 1回复 待解决
可以使用Stack组件模拟实现Dialog的效果,页面跳转之后返回,可以做到Dialog依然显示的效果,
demo:
// Index.ets
// Second.ets