1
This commit is contained in:
parent
33346e5b5d
commit
6971d9ba42
@ -18,6 +18,11 @@ class HashRateShop {
|
|||||||
return self::$metaList;
|
return self::$metaList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function all()
|
||||||
|
{
|
||||||
|
return self::$metaList;
|
||||||
|
}
|
||||||
|
|
||||||
protected static $metaList;
|
protected static $metaList;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,7 @@ class HashRateShopService {
|
|||||||
|
|
||||||
public static function getGoodsList()
|
public static function getGoodsList()
|
||||||
{
|
{
|
||||||
|
$goodsMetaList = mt\HashRateShop::all();
|
||||||
$goodsMetaList = $goodsMetaList ? $goodsMetaList : array();
|
|
||||||
$buyRecordHash = ShopBuyRecord::allToHash();
|
$buyRecordHash = ShopBuyRecord::allToHash();
|
||||||
|
|
||||||
$goodsList = array();
|
$goodsList = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user