quguofeng 1 rok temu
rodzic
commit
0f9d910c0d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      application/common/model/Apply.php

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

@@ -97,11 +97,11 @@ class Apply extends Model
         $user_name = User::get(['id'=>$uid])['username'];
         $user_info = User::get(['id'=>$nid]);
         if($appeal_type == 1){  //喜欢我
-            $appeal = '偷偷喜欢了你';
+            $appeal = '喜欢了你';
         }elseif ($appeal_type == 2){   //解锁照片
             $appeal = '解锁了你';
         }else{  //解锁资料
-            $appeal = '偷偷解锁了你';
+            $appeal = '解锁了你';
         }
         $data = [
             'thing2'=>[