// 当前页面操作成功后,获取要更新数据的页面,执行它的方法更新数据 var otherVebView = plus.webview.getWebviewById("otherVebView"); if (otherVebView != null) otherVebView.evalJS("fun()");