guojing 5 anni fa
parent
commit
6875a8735e

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

@@ -73,7 +73,7 @@
                     <div class="weui-cell weui-cell_active weui-cell_switch">
                         <div class="weui-cell">
                             <div class="weui-cell__bd">
-                                <input id="quetyFamily" type="text" class="weui-input" placeholder="搜关键字"
+                                <input id="quetyFamily" type="text" class="weui-input" placeholder="搜关键字"
                                        maxlength="10" style="width: 150px"/>
                             </div>
                             <a href="javascript:"

+ 3 - 3
whepi-web/src/main/java/com/bofeng/wx/controller/HomeController.java

@@ -108,12 +108,12 @@ public class HomeController {
 //        A业委会,B居委会,C物业,D志愿者
     StringBuffer target = new StringBuffer();
     if (task.getTaskTarget().equals("A")) {
-      target.append("业委会");
+      target.append("管理员");
     } else if (task.getTaskTarget().equals("B")) {
       if (target.length() > 0) {
-        target.append("、居委会");
+        target.append("、管理员");
       } else {
-        target.append("居委会");
+        target.append("管理员");
       }
     } else if (task.getTaskTarget().equals("C")) {
       if (target.length() > 0) {