...
|
...
|
@@ -283,7 +283,7 @@ class Client extends Base |
|
|
//每个微信用户只能购买一次一个活动
|
|
|
$count = Db::name('verification_order')->where(['user_id'=>$this->auth->id,'type'=>['<>','0']])->count();
|
|
|
if($count >=1){
|
|
|
//$this->error("该活动仅限购买1次!");
|
|
|
$this->error("该活动仅限购买1次!");
|
|
|
}
|
|
|
$phone=$this->postParam['phone'];
|
|
|
$name=$this->postParam['name'];
|
...
|
...
|
|