1
This commit is contained in:
parent
1c66f98f9b
commit
af481c316e
@ -331,7 +331,7 @@ class ActivityController{
|
|||||||
$day = 1;
|
$day = 1;
|
||||||
if (phpcommon\extractChannel($account_id) == 6001 ||
|
if (phpcommon\extractChannel($account_id) == 6001 ||
|
||||||
phpcommon\extractChannel($account_id) == 6000 ||
|
phpcommon\extractChannel($account_id) == 6000 ||
|
||||||
phpcommon\extractChaanel($account_id) == 6006) {
|
phpcommon\extractChannel($account_id) == 6006) {
|
||||||
$day = $row['now_days'];
|
$day = $row['now_days'];
|
||||||
}
|
}
|
||||||
$g_conf_lot_cluster = require('../res/lottery@lottery.php');
|
$g_conf_lot_cluster = require('../res/lottery@lottery.php');
|
||||||
|
@ -741,7 +741,7 @@ class PayController{
|
|||||||
}
|
}
|
||||||
if ($newhand == 2) {
|
if ($newhand == 2) {
|
||||||
if ($row['game_times2'] >= $fight_times2 && $row['view_times2'] + 1 == $view_times2 && $newhand2 == 0) {
|
if ($row['game_times2'] >= $fight_times2 && $row['view_times2'] + 1 == $view_times2 && $newhand2 == 0) {
|
||||||
$newhand = 1;
|
$newhand2 = 1;
|
||||||
}
|
}
|
||||||
$rview_times2++;
|
$rview_times2++;
|
||||||
}
|
}
|
||||||
|
@ -321,7 +321,7 @@ class SignController{
|
|||||||
//如果大于配置表最后一周,按最后一周奖励
|
//如果大于配置表最后一周,按最后一周奖励
|
||||||
$g_conf_sign_cluster = require('../res/signDaily@signDaily.php');
|
$g_conf_sign_cluster = require('../res/signDaily@signDaily.php');
|
||||||
if ($dayid > count($g_conf_sign_cluster)) {
|
if ($dayid > count($g_conf_sign_cluster)) {
|
||||||
$dayid = count($g_conf_sign_cluster) - 7;
|
$dayid = count($g_conf_sign_cluster) + $_REQUEST['sign_id'] - 7;
|
||||||
}
|
}
|
||||||
//$dayid = $_REQUEST['sign_id'];
|
//$dayid = $_REQUEST['sign_id'];
|
||||||
$s = $this->getSign($dayid + 90000);
|
$s = $this->getSign($dayid + 90000);
|
||||||
@ -411,7 +411,7 @@ class SignController{
|
|||||||
//如果大于配置表最后一周,按最后一周奖励
|
//如果大于配置表最后一周,按最后一周奖励
|
||||||
$g_conf_sign_cluster = require('../res/signDaily@signDaily.php');
|
$g_conf_sign_cluster = require('../res/signDaily@signDaily.php');
|
||||||
if ($dayid > count($g_conf_sign_cluster)) {
|
if ($dayid > count($g_conf_sign_cluster)) {
|
||||||
$dayid = count($g_conf_sign_cluster) - 7;
|
$dayid = count($g_conf_sign_cluster) - + $_REQUEST['sign_id'] - 7;
|
||||||
|
|
||||||
}
|
}
|
||||||
//$dayid = $_REQUEST['sign_id'];
|
//$dayid = $_REQUEST['sign_id'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user