From 2c9330e61a0a6f6e7d912fa5673f35862c18acb3 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Thu, 9 Sep 2021 22:18:07 +0800 Subject: [PATCH] bobing --- api/controllers/wxapp/bobing/Bobing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/wxapp/bobing/Bobing.php b/api/controllers/wxapp/bobing/Bobing.php index 86e7f234..741a8afc 100644 --- a/api/controllers/wxapp/bobing/Bobing.php +++ b/api/controllers/wxapp/bobing/Bobing.php @@ -206,7 +206,7 @@ class Bobing extends Wxapp $credit = $re_c['credit'] ? $re_c['credit'] : 0; $ranking = $this->mdBobingUserCredit->count(array_merge($where, array('credit>=' => $credit, 'uid<>' => $this->myuid))) + 1;//排名 $ranking > 100 && $ranking = '100名外'; - $top_titles[] = array('title' => "今日博饼分:{$credit} | 今日排名:{$ranking}", 'url' => ''); + $top_titles[] = array('title' => "今日幸运分:{$credit} | 今日排名:{$ranking}", 'url' => ''); $where = array('app_id' => $this->appConfig['app_id'], 'act_key' => $this->appConfig['act_key'], 'uid' => $this->myuid); $re_u = $this->mdBobingUser->get($where); $car_gold = $re_u['car_gold'] + $re_u['buy_car_gold'] + $re_u['lotter_gold'];