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