Authored by biao

update for the error msg

... ... @@ -59,7 +59,7 @@ function cancelOrder(code, onCancel) {
]
}).show();
} else {
new _alert('<h1>' + result.message +'</h1>').show();
new _alert('<h1>' + result.message + '</h1>').show();
}
}).fail(function(err) {
... ...