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