正在显示
2 个修改的文件
包含
7 行增加
和
3 行删除
@@ -272,9 +272,13 @@ | @@ -272,9 +272,13 @@ | ||
272 | 272 | ||
273 | // 手机验证弹窗 | 273 | // 手机验证弹窗 |
274 | $(".tx_maskYes").click(function(){ | 274 | $(".tx_maskYes").click(function(){ |
275 | + var data | ||
276 | + $.post("{:url('Personalcenter/is_money_code')}",{yzm:yzm},function(data){ | ||
277 | + data = data | ||
278 | + }, | ||
275 | var one = $("#phone").val(); | 279 | var one = $("#phone").val(); |
276 | var two = $("#Ver_code").val(); | 280 | var two = $("#Ver_code").val(); |
277 | - if(one!=""&&two!=""){ | 281 | + if(one!=""&&two!=""&&two!=data){ |
278 | $(".tx_maskPhone").css("display","none"); | 282 | $(".tx_maskPhone").css("display","none"); |
279 | $(".tx_mask").css("display","block") | 283 | $(".tx_mask").css("display","block") |
280 | }else{ | 284 | }else{ |
@@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController | @@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController | ||
204 | */ | 204 | */ |
205 | public function checkWeChatUserLogin() | 205 | public function checkWeChatUserLogin() |
206 | { | 206 | { |
207 | - $user = Db::name('user')->where('id',5)->find(); | ||
208 | - cmf_update_current_user($user); | 207 | +// $user = Db::name('user')->where('id',5)->find(); |
208 | +// cmf_update_current_user($user); | ||
209 | $userId = cmf_get_current_user_id(); | 209 | $userId = cmf_get_current_user_id(); |
210 | if (empty($userId)) { | 210 | if (empty($userId)) { |
211 | $config = [ | 211 | $config = [ |
-
请 注册 或 登录 后发表评论