Authored by Rock Zhang

修复删除我的消息错误时没有提示的bug

... ... @@ -70,6 +70,12 @@ $page.on('touchstart', '.del', function() {
setTimeout(function() {
window.history.go(0);
}, 1200);
} else {
dialog.showDialog({
dialogText: data.message,
autoHide: 2000,
fast: true
});
}
}
});
... ...