Ionic 弹窗服务允许程序创建、显示弹出窗口,需要用户继续响应。 ... res); }); $timeout(function() { myPopup.close(); //由于某种原因3秒后关闭弹出 }, 3000); ...
確定! 回上一頁