提交 2a00f076 编写于 作者: LUCIFER-ZHU's avatar LUCIFER-ZHU

表单值变更 退出时确认框重复渲染 --fix6

上级 914ba4be
......@@ -95,9 +95,6 @@ export class Notice {
*/
public async confirm(title: string, message: string, store?: Store<any>): Promise<boolean> {
return new Promise(async (resolve, reject) => {
if (store && store.commit) {
store.commit('changeNoticeStatus',true);
}
const alert = await alertController.create({
header: title ? title : '标题',
message: message,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册