mui.plusReady(function() {
//处理逻辑:2秒内,连续两次按返回键,则退出应用
var first = null;
mui.back = function() {
plus.webview.show("Checkmessage.html"); //必须先show再close
plus.webview.currentWebview().close();
};
})