Commit d60907a1 by html5-李恒逸

渠道后台已过期报错

parent e557af1d
......@@ -143,7 +143,7 @@
echo '完成';
}else if($customer['recommend_status']==7){
echo '认购';
}else if($customer['expired']==1){
}else if($customer['is_expired']==1){
echo '已过期';
}else if($customer['recommend_status']==9){
echo '可结俑';
......
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