quguofeng hace 1 año
padre
commit
ab8b0c6600
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/common/model/Apply.php

+ 1 - 1
application/common/model/Apply.php

@@ -117,7 +117,7 @@ class Apply extends Model
         $user_name = User::get(['id'=>$uid])['username'];
         $user_info = User::get(['id'=>$nid]);
         if($appeal_type == 1){
-            $appeal = '你喜欢的';
+            $appeal = '你喜欢的TA已经通过你的申请啦,快去看看叭~';
         }elseif ($appeal_type == 2){
             $appeal = '你们之间的缘分可能还差那么一丢丢~不要灰心,继续加油哦';
         }else{