This commit is contained in:
fengjh5 2024-05-21 09:28:23 +08:00
parent 5a7e88c255
commit a14bbe7281
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ class User_model extends CI_Model
$recharge_fund_type = "";
if ($v['recharge_fund_type']!=0) $recharge_fund_type = $v['recharge_fund_type']-1;
else $recharge_fund_type = 0;
$recharge_fund_type = isset($XJ_RECHARGE_TYPE[$recharge_fund_type]) ? $XJ_RECHARGE_TYPE[$recharge_fund_type] : '';
if ($recharge_fund_type != 0)$recharge_fund_type = isset($XJ_RECHARGE_TYPE[$recharge_fund_type]) ? $XJ_RECHARGE_TYPE[$recharge_fund_type] : '';
// if ($v['recharge_fund_type'] == 0) $recharge_fund_type
// if($v['recharge_fund_type'] == 1){
// // 翼支付