Commit e9296072 by 冷斌

fix bug

parent 03ab5f2d
...@@ -902,6 +902,8 @@ class PayAction extends CommonAction ...@@ -902,6 +902,8 @@ class PayAction extends CommonAction
$url = U("home/User/credit"); $url = U("home/User/credit");
}elseif($status_info['type'] == 2){ }elseif($status_info['type'] == 2){
$url = U("home/User/account"); $url = U("home/User/account");
}elseif($status_info['type'] == 1){
$url = U("home/Home/exams");
}else{ }else{
$url = U("home/User/recharge"); $url = U("home/User/recharge");
} }
......
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 to comment