Commit 665393b4 by 冷斌

update

parent 18d39342
......@@ -139,6 +139,10 @@ class Model_Login extends PhalApi_Model_NotORM {
->select($this->fields)
->where('openid=? and login_type=? ',$openid,$type)
->fetchOne();
var_dump($info);
die;
$configpri=getConfigPri();
if(!$info){
/* 注册 */
......
......@@ -88,7 +88,6 @@
<else/>
<div class="payBd">立即开通</div>
</if>
<!-- <div class="payBd">续费会员</div> -->
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment