...
|
...
|
@@ -344,7 +344,7 @@ class ShareController extends RestBaseController |
|
|
if ($info['id'] == $this->userId) {
|
|
|
$this->error(['code'=>'40010','msg'=>'已关注过该名片']);
|
|
|
}
|
|
|
$money = round($info['money']/$info['num'],1);
|
|
|
$money = round($info['money']/$info['num'],2);
|
|
|
Db::startTrans();
|
|
|
if ($info['id'] == $data['user_id']) {
|
|
|
$res1 = true;
|
...
|
...
|
|