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');

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.