소스 검색

修改文字

yuliang 5 년 전
부모
커밋
706655a3c8
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      whepi-ui/templates/wuye/qiuzhu.ftl
  2. 1 0
      whepi-web/src/main/java/com/bofeng/wx/controller/UserOpenController.java

+ 1 - 1
whepi-ui/templates/wuye/qiuzhu.ftl

@@ -5,7 +5,7 @@
                 用户求助
             </a>
             <a class="weui-navbar__item" target="#qz_nav2" module="qiu_zhu" id="qzMy_help" onclick="qzMy_help('')">
-                业委会任务
+                管理员任务
             </a>
         </div>
         <div class="weui-tab__panel">

+ 1 - 0
whepi-web/src/main/java/com/bofeng/wx/controller/UserOpenController.java

@@ -90,6 +90,7 @@ public class UserOpenController {
                 return new ModelAndView("/home/home.ftl", model);
             }
             if (list.size() == 2) {
+                model.put("type", 1);
                 return new ModelAndView("/user/changeRole.ftl", model);
             }
         } else {