hrjy 3 years ago
parent
commit
7d1f0b9e1c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/models/user/UserExtract.php

+ 2 - 2
app/models/user/UserExtract.php

@@ -64,9 +64,9 @@ class UserExtract extends BaseModel
         $js = '';
         $js = '';
         $bl = '';
         $bl = '';
         if ($data['type'] == 1){
         if ($data['type'] == 1){
-            if ($data['money'] > $userInfo['purple_integral']) return self::setErrorInfo('积分不足');
+            if ($data['money'] > $userInfo['purple_integral']) return self::setErrorInfo('阳光积分不足');
             $extractPrice = $userInfo['purple_integral'];
             $extractPrice = $userInfo['purple_integral'];
-            $js = '分红积分';
+            $js = '阳光积分';
             $bl = 'purple_integral';
             $bl = 'purple_integral';
         }elseif ($data['type'] == 2){
         }elseif ($data['type'] == 2){
             if ($userInfo['is_merchant'] == 0) return self::setErrorInfo('你不是商户,无法提现');
             if ($userInfo['is_merchant'] == 0) return self::setErrorInfo('你不是商户,无法提现');