• <small id='z7spK'></small><noframes id='z7spK'>

  • <legend id='z7spK'><style id='z7spK'><dir id='z7spK'><q id='z7spK'></q></dir></style></legend>
    • <bdo id='z7spK'></bdo><ul id='z7spK'></ul>

      1. <tfoot id='z7spK'></tfoot>
      2. <i id='z7spK'><tr id='z7spK'><dt id='z7spK'><q id='z7spK'><span id='z7spK'><b id='z7spK'><form id='z7spK'><ins id='z7spK'></ins><ul id='z7spK'></ul><sub id='z7spK'></sub></form><legend id='z7spK'></legend><bdo id='z7spK'><pre id='z7spK'><center id='z7spK'></center></pre></bdo></b><th id='z7spK'></th></span></q></dt></tr></i><div id='z7spK'><tfoot id='z7spK'></tfoot><dl id='z7spK'><fieldset id='z7spK'></fieldset></dl></div>

        如何在 ionic2 中的 pop() 之后重新加载离子页面

        时间:2023-09-09

      3. <i id='8mQmx'><tr id='8mQmx'><dt id='8mQmx'><q id='8mQmx'><span id='8mQmx'><b id='8mQmx'><form id='8mQmx'><ins id='8mQmx'></ins><ul id='8mQmx'></ul><sub id='8mQmx'></sub></form><legend id='8mQmx'></legend><bdo id='8mQmx'><pre id='8mQmx'><center id='8mQmx'></center></pre></bdo></b><th id='8mQmx'></th></span></q></dt></tr></i><div id='8mQmx'><tfoot id='8mQmx'></tfoot><dl id='8mQmx'><fieldset id='8mQmx'></fieldset></dl></div>

          <tbody id='8mQmx'></tbody>
          <bdo id='8mQmx'></bdo><ul id='8mQmx'></ul>

        • <small id='8mQmx'></small><noframes id='8mQmx'>

            <legend id='8mQmx'><style id='8mQmx'><dir id='8mQmx'><q id='8mQmx'></q></dir></style></legend>
              <tfoot id='8mQmx'></tfoot>
                1. 本文介绍了如何在 ionic2 中的 pop() 之后重新加载离子页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我有 2 页 Page1 和 Page2.我在 Page2 中使用了 this.nav.pop() ,它会弹出 Page2 并且 Page1 将启用,但我想刷新 Page1.先感谢您.

                  I have 2 pages Page1 and Page2. I have used this.nav.pop() in Page2 and it will pop the Page2 and Page1 will enable but i want to refresh the Page1. Thank you in advance.

                  推荐答案

                  您可以将父页面与导航推送一起传递.这样您就可以将父页面作为 navParamter 访问.
                  在父页面中:

                  you could pass the parent page along with the nav push. that way you could accces the parent page as a navParamter.
                  in parent page:

                   goToChildPage() {
                      this.navCtrl.push(ChildPage, { "parentPage": this });
                   }
                  

                  在弹出之前的子页面中,您可以调用父页面上的函数

                  and in the child page before pop you could call functions on parent page

                  this.navParams.get("parentPage").someFnToUpdateParent();
                    //or
                  this.navParams.get("parentPage").someFnToRefreshParent();
                  

                  这篇关于如何在 ionic2 中的 pop() 之后重新加载离子页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:当 Ionic 2 中的值发生变化时检索本地存储值 下一篇:将 ViewChild 用于动态元素 - Angular 2 &amp;离子2

                  相关文章

                  最新文章

                2. <small id='JtWzm'></small><noframes id='JtWzm'>

                    <bdo id='JtWzm'></bdo><ul id='JtWzm'></ul>
                  <tfoot id='JtWzm'></tfoot>
                  1. <i id='JtWzm'><tr id='JtWzm'><dt id='JtWzm'><q id='JtWzm'><span id='JtWzm'><b id='JtWzm'><form id='JtWzm'><ins id='JtWzm'></ins><ul id='JtWzm'></ul><sub id='JtWzm'></sub></form><legend id='JtWzm'></legend><bdo id='JtWzm'><pre id='JtWzm'><center id='JtWzm'></center></pre></bdo></b><th id='JtWzm'></th></span></q></dt></tr></i><div id='JtWzm'><tfoot id='JtWzm'></tfoot><dl id='JtWzm'><fieldset id='JtWzm'></fieldset></dl></div>
                    <legend id='JtWzm'><style id='JtWzm'><dir id='JtWzm'><q id='JtWzm'></q></dir></style></legend>