|
|
@@ -69,7 +69,7 @@ class BonusController extends BaseController {
|
|
|
$wallet[] = ['walletType' => 'bonus', 'walletName' => '会员奖金', 'amount' => Tool::formatPrice($data['BONUS'])];
|
|
|
$wallet[] = ['walletType' => 'cash', 'walletName' => '会员余额', 'amount' => Tool::formatPrice($data['CASH'])];
|
|
|
$wallet[] = ['walletType' => 'point', 'walletName' => '会员积分', 'amount' => Tool::formatPrice($data['RECONSUME_POINTS'])];
|
|
|
- $wallet[] = ['walletType' => 'exchange', 'walletName' => '兑换积分', 'amount' => Tool::formatPrice($data['EXCHANGE_POINTS'])];
|
|
|
+ $wallet[] = ['walletType' => 'exchange', 'walletName' => '兑换券', 'amount' => Tool::formatPrice($data['EXCHANGE_POINTS'])];
|
|
|
// if ($showCFLX) {
|
|
|
// $wallet[] = ['walletType' => 'cf', 'walletName' => '福利积分一', 'amount' => Tool::formatPrice($data['CF'])];
|
|
|
// $wallet[] = ['walletType' => 'lx', 'walletName' => '福利积分二', 'amount' => Tool::formatPrice($data['LX'])];
|