Merge branch 'hcy_pcb_20181221-r' into development

parents be02e251 6def1707
Showing with 2 additions and 2 deletions
...@@ -111,11 +111,11 @@ function confirmOrder2(purchase_id,status) { ...@@ -111,11 +111,11 @@ function confirmOrder2(purchase_id,status) {
timeout:10000, timeout:10000,
success:function (res) { success:function (res) {
if(res.err_code == 0){ if(res.err_code == 0){
alert_succ(res.errmsg,function () { alert_succ(res.err_msg,function () {
window.location.reload() window.location.reload()
}) })
}else{ }else{
alert_err(res.errmsg) alert_err(res.err_msg)
} }
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment