@@ -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'=>[