Browse Source

修改文字

yuliang 5 years ago
parent
commit
706655a3c8

+ 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 {