作者 李宇航

合并分支 'master-server' 到 'master'

gx异步执行更新列表页



查看合并请求 !1343
... ... @@ -70,11 +70,11 @@ class UpdateRoute extends Command
continue;
}
if($settingInfo !== false){
if($settingInfo['anchor_page_num'] == 0){
$settingInfo['anchor_page_num'] = 1;
}
if(empty($settingInfo['anchor_setting'])){
$settingInfo['anchor_setting'] = ["3","4","5"];
$settingInfo['anchor_setting'] = '["3","4","5"]';
}
if(empty($settingInfo['anchor_page_num'])){
$settingInfo['anchor_page_num'] = 1;
}
$data = [
'anchor_setting'=>$settingInfo['anchor_setting'],
... ...