SilentLittleCat 7 年之前
父节点
当前提交
3fafc30fea
共有 2 个文件被更改,包括 17 次插入7 次删除
  1. 16 6
      .idea/workspace.xml
  2. 1 1
      source/module/group/group_index.php

文件差异内容过多而无法显示
+ 16 - 6
.idea/workspace.xml


+ 1 - 1
source/module/group/group_index.php

xqd
@@ -148,7 +148,7 @@ if(!$metadescription) {
 if(empty($curtype)) {
     if(!empty($_GET['province'])) {
         $_G['sg'] = [];
-        $_G['sg']['group_list'] = C::t('forum_forum')->fetch_all_for_grouplist_by_province('北京市', 'displayorder', '*', 10);
+        $_G['sg']['group_list'] = C::t('forum_forum')->fetch_all_for_grouplist_by_province($_GET['province'], 'displayorder', '*', 10);
         include template('diy:group/area');
     } else {
         include template('diy:group/index');

部分文件因为文件数量过多而无法显示