|
@@ -628,9 +628,8 @@ class UserCenter extends Base
|
|
|
$this->error('自己无法转赠给自己');
|
|
|
}
|
|
|
//防止两两转赠
|
|
|
- if($info['to_mid'] == $member['id']){
|
|
|
- $this->error('不可相互转赠');
|
|
|
- }
|
|
|
+ //if($info['to_mid'] == $member['id']) $this->error('不可相互转赠');
|
|
|
+
|
|
|
|
|
|
if (!$info['collectors_hash'] && $info['type'] != 3) $this->error('发放中,无法转赠');
|
|
|
|