Bläddra i källkod

红包 余额显示

shish 4 år sedan
förälder
incheckning
f894fe4269
1 ändrade filer med 1 tillägg och 0 borttagningar
  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);