修改:不显示已获得豆

This commit is contained in:
wuhui_zzw 2024-01-09 10:04:37 +08:00
parent 63d87aeb53
commit 7aefcfd867
2 changed files with 19 additions and 19 deletions

View File

@ -472,43 +472,43 @@ class Common extends BaseController
'tk_guarantee_template', 'tk_guarantee_template',
'tk_guarantee_value', 'tk_guarantee_value',
// 平台&商户积分 // 平台&商户积分
'tk_integral', // 'tk_integral',
'tk_integral_give_record', // 'tk_integral_give_record',
// 用户相关 // 用户相关
'tk_member_interests', 'tk_member_interests',
// 'tk_user', // 'tk_user',
// 'tk_user_address', // 'tk_user_address',
// 'tk_user_brokerage', 'tk_user_brokerage',// 分销商等级
// 'tk_wechat_user', // 'tk_wechat_user',
// 商户相关 // 商户相关
'tk_merchant', // 'tk_merchant',
'tk_merchant_admin', // 'tk_merchant_admin',
'tk_merchant_category', 'tk_merchant_category',
'tk_merchant_intention', // 'tk_merchant_intention',
'tk_merchant_type', 'tk_merchant_type',
'tk_shipping_template', // 'tk_shipping_template',
'tk_shipping_template_free', // 'tk_shipping_template_free',
'tk_shipping_template_region', // 'tk_shipping_template_region',
'tk_shipping_template_undelivery', // 'tk_shipping_template_undelivery',
// 装修相关 // 装修相关
'tk_page_category', 'tk_page_category',
'tk_page_link', 'tk_page_link',
// 商品相关 // 商品相关
'tk_parameter', 'tk_parameter',
'tk_parameter_template', 'tk_parameter_template',
'tk_parameter_value', // 'tk_parameter_value',
'price_rule', 'price_rule',
'tk_store_attr_template', 'tk_store_attr_template',
'tk_store_brand', 'tk_store_brand',
'tk_store_brand_category', 'tk_store_brand_category',
'tk_store_category', 'tk_store_category',
'tk_store_product', // 'tk_store_product',
'tk_store_product_attr', // 'tk_store_product_attr',
'tk_store_product_attr_value', // 'tk_store_product_attr_value',
'tk_store_product_cate', // 'tk_store_product_cate',
'tk_store_product_content', // 'tk_store_product_content',
'tk_store_product_label', // 'tk_store_product_label',
'tk_store_spu', // 'tk_store_spu',
// 'tk_store_product_reply',// 商品评论 // 'tk_store_product_reply',// 商品评论
// 商品助力 // 商品助力
// 'tk_store_product_assist', // 'tk_store_product_assist',

View File

@ -31,7 +31,7 @@ class PlatformCommission extends BaseController{
$params['uid'] = $this->request->uid(); $params['uid'] = $this->request->uid();
$statistics = app()->make(LegumesLogRepository::class)->getStatistics($params); $statistics = app()->make(LegumesLogRepository::class)->getStatistics($params);
$statisticsList = [ $statisticsList = [
['title' => '已获得豆','value' => $statistics['reality_get_legumes']], // ['title' => '已获得豆','value' => $statistics['reality_get_legumes']],
['title' => '积分释放上限','value' => $statistics['integral_upper_limit']], ['title' => '积分释放上限','value' => $statistics['integral_upper_limit']],
['title' => '已释放积分','value' => $statistics['get_integral']], ['title' => '已释放积分','value' => $statistics['get_integral']],
['title' => '可用积分','value' => $statistics['used_integral']], ['title' => '可用积分','value' => $statistics['used_integral']],