Browse Source

modify name

stanley-king 7 năm trước cách đây
mục cha
commit
be08dcc255
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mobile/control/member_bonus.php

+ 1 - 1
mobile/control/member_bonus.php

@@ -72,7 +72,7 @@ class member_bonusControl extends mbMemberControl
         }
         $result['send_bless'] = $this->cur_bless();
         $result['avatar'] = session_helper::avatar();
-        $result['sub_titles'] = ['shake' => '','invite' => '领5折红包','friends' => '','bonus_detail' => $warning];
+        $result['sub_titles'] = ['shake' => '','invite' => '赚百分百红包','friends' => '','bonus_detail' => $warning];
         $this->update_available_bonus($result['bonus_total']);
 
         return self::outsuccess($result);