作者 chencheng

kq-0620-19

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