shish 4 лет назад
Родитель
Сommit
f894fe4269
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-hd/controllers/PurchaseController.php

+ 1 - 0
app-hd/controllers/PurchaseController.php

@@ -91,6 +91,7 @@ class PurchaseController extends BaseController
                 'hasPayPassword' => 0,
                 'hasDebtPay' => $hasDebtPay,
                 'count' => $count,
+                'balance'=>$this->shop->balance ?? 0,
             ];
             util::success($data);