hrjy hace 3 años
padre
commit
7d1f0b9e1c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/models/user/UserExtract.php

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

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