通信人家园

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索

军衔等级:

  新兵

注册:2018-5-311
跳转到指定楼层
1#
发表于 2018-8-3 13:29:47 |显示全部楼层 |倒序浏览
用谷歌浏览器Chrome,打开js.189.cn后登录帐号,


打开此业务界面http://js.189.cn/nservice/produc ... 01803215348X70.html
按F12打开调试界面切换到Console标签粘




回车,再点“立即购买”按钮办理此业务,输入验证码后,提醒开通成功,并会收到短信,提示开通成功。



function handlingNow(){
        var isLogin = "1";
        if(isLogin!='1'){
                 showLoginBox();
                 return;
        }
        var goodsId=$('#goodsId').val();
        if("7b5d70b8f5494f4687cd41cb8583ex70"==goodsId){
                $.ajax({
                        url :'/nservice/businessHandleSave/checkWhiteList',
                        type : 'post',
                        dataType : 'json',
                        async:false,
                        data : {
                                goodsId : goodsId
                        },
                        success : function(data) {
                                if (data == '0') {
                                         $('.tk-bg').show();
                                     $('.ywbl_dg_tc').show();
                                        var boxHeight = $('.ywbl_dg_tc').height();
                                        var boxWidth = $('.ywbl_dg_tc').width();
                                        $('.ywbl_dg_tc').css({'margin-top':-boxHeight/2,'margin-left':-boxWidth/2});
                                        console.log(boxHeight);
                                }else{
                                        layer.alert("该业务即将上线,敬请期待!");
                                        return;
                                }
                        }
                });
        }else{
                 $('.tk-bg').show();
             $('.ywbl_dg_tc').show();
                var boxHeight = $('.ywbl_dg_tc').height();
                var boxWidth = $('.ywbl_dg_tc').width();
                $('.ywbl_dg_tc').css({'margin-top':-boxHeight/2,'margin-left':-boxWidth/2});
                console.log(boxHeight);
        }
        
}

举报本楼

您需要登录后才可以回帖 登录 | 注册 |

版规|手机版|C114 ( 沪ICP备12002291号-1 )|联系我们 |网站地图  

GMT+8, 2025-8-27 03:19 , Processed in 0.438759 second(s), 18 queries , Gzip On.

Copyright © 1999-2025 C114 All Rights Reserved

Discuz Licensed

回顶部