Kirin 2 роки тому
батько
коміт
0cf5c28540
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      app/services/user/UserAwardIntegralServices.php

+ 2 - 1
app/services/user/UserAwardIntegralServices.php

@@ -66,7 +66,8 @@ class UserAwardIntegralServices extends BaseServices
             $item['_extract_time'] = $item['extract_time'] ? date('Y-m-d H:i:s', $item['extract_time']) : '暂无';
             $item['_add_time'] = $item['add_time'] ? date('Y-m-d H:i:s', $item['add_time']) : '暂无';
         }
-        return compact('list', 'count');
+        $price = $this->getPrice();
+        return compact('list', 'count', 'price');
     }
 
     /**