This commit is contained in:
xiaoyu
2023-09-20 18:00:56 +08:00
parent c1638cfcf5
commit 58f744b8c3
+9 -9
View File
@@ -98,15 +98,15 @@ class Main extends HD_Controller
),
);
// $appConfig = $this->mdBobingUser->appConfig();
// $value = $this->mdBobingUser->count(array('act_key' => $appConfig['act_key'], 'app_id' => $appConfig['app_id']));
// $list[] = array(
// 'title' => '博饼(人)',
// 'value' => $value,
// 'btns' => array(
// array('name' => '查看详情', 'url' => '/app/bobing/member?app_id=' . $this->app_id),
// ),
// );
$appConfig = $this->mdBobingUser->appConfig();
$value = $this->mdBobingUser->count(array('act_key' => $appConfig['act_key'], 'app_id' => $appConfig['app_id']));
$list[] = array(
'title' => '博饼(人)',
'value' => $value,
'btns' => array(
array('name' => '查看详情', 'url' => '/app/bobing/member?app_id=' . $this->app_id),
),
);
$conditions[] = array('icon' => 'am-icon-home', 'list' => $list);
/*小程序设置 end*/