Authored by biao

update for the error msg

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