Commit 665393b4 by 冷斌

update

parent 18d39342
...@@ -139,6 +139,10 @@ class Model_Login extends PhalApi_Model_NotORM { ...@@ -139,6 +139,10 @@ class Model_Login extends PhalApi_Model_NotORM {
->select($this->fields) ->select($this->fields)
->where('openid=? and login_type=? ',$openid,$type) ->where('openid=? and login_type=? ',$openid,$type)
->fetchOne(); ->fetchOne();
var_dump($info);
die;
$configpri=getConfigPri(); $configpri=getConfigPri();
if(!$info){ if(!$info){
/* 注册 */ /* 注册 */
......
...@@ -88,7 +88,6 @@ ...@@ -88,7 +88,6 @@
<else/> <else/>
<div class="payBd">立即开通</div> <div class="payBd">立即开通</div>
</if> </if>
<!-- <div class="payBd">续费会员</div> --> <!-- <div class="payBd">续费会员</div> -->
</div> </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