跳至主要內容
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?

4563博客

全新的繁體中文 WordPress 網站
  • 首頁
  • 我也想要30T 可是链接溜走了
未分類
5 4 月 2020

我也想要30T 可是链接溜走了

wenwei7532 大佬有话说 :

我也想要30T 可是链接溜走了

<!doctype html>
<html>
        <head>
      <meta charset="utf-8">
      <meta name="apple-mobile-web-app-capable" content="yes"/>
      <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
      <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no"/>
      <meta http-equiv="pragma" content="no-cache"/>
      <meta http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT" />
      <meta http-equiv="Cache-Control" content="no-cache,must-revalidate" />
      <meta name="format-detection" content="telephone=no"/>
      <title>家庭云会员</title>
      <link rel="stylesheet" >
      <link rel="stylesheet" >
      <script src="https://www.189.cn/client/wap/common/js/jquery-1.9.1.js"></script>
      <script src="https://www.189.cn/client/wap/common/js/jquery.mobile-1.4.2.min.js"></script>
      <script src="https://www.189.cn/client/wap/common/js/tools.min.js"></script>
      <script src="https://www.189.cn/client/wap/wapcenter/homecloud/js/homecloud.min.js"></script>
    </head>
<body class="common_boxwrap_pc">
        <div data-role="page" id="indexPage" >
      <style>
              .index_content{background: url(https://www.189.cn/client/wap/wapcenter/homecloud/images/index_bg-line.jpg) top center repeat;background-size: 100% auto;padding-bottom: 1rem;}
            .index_wapper{display: none;}
            .index_wapper img{width: 100%;display: block;position: relative;z-index: 1;}
            .index_contrast{position: absolute;text-decoration: none;text-align: center;height: 1.25rem;background-color: #999999;color: #fff;font-size: 0.6rem;top: 6rem;right: 0;z-index: 3;line-height: 1.25rem;padding: 0 0.125rem 0 0.5rem;border-radius: 0.75rem 0 0 0.75rem;}
            .index_list{margin: -21rem auto 0;}
            .index_member{width: 89%; position: relative; margin: 0 auto;}
            .index_member img{width:100%;height:10.325rem;}
            .index_btn{display: block;width: 37.8%;height: 2rem;position: absolute;right: -1rem;bottom: 0.5rem;background: url(https://www.189.cn/client/wap/wapcenter/homecloud/images/index_box1-link.png) center center no-repeat;background-size: 100% 100%;z-index: 3}
            .index_title{width: 62%;margin: 1.15rem auto 0.7rem;position: relative;z-index: 2;}
            .index_platinum{width: 89%;margin: 0 auto;position: relative;}
            .index_platinum img{width:100%;height:21.375rem;}
            .index_btn1{display: block;width: 50.8%;height: 2.03rem;position: absolute;right: -1rem;bottom: 0.86rem;background: url(https://www.189.cn/client/wap/wapcenter/homecloud/images/index_box2-link.png) center center no-repeat;background-size: 100% 100%;z-index: 3}
            .index_gold{width: 89%;margin: 1.5rem auto 1rem; position: relative;}
            .index_gold img{width:100%;height:16.325rem;}
            .index_btn2{display: block;width: 50.8%;height: 2.03rem;position: absolute;right: -1rem;bottom: 0.5rem;background: url(https://www.189.cn/client/wap/wapcenter/homecloud/images/index_box3-link.png) center center no-repeat;background-size: 100% 100%;z-index: 3}
      </style>
                <div data-role="content" style="margin:0;padding:0;" class="index_content">
                        <div class="index_wapper">
                                <img src="https://www.189.cn/client/wap/wapcenter/homecloud/images/index_bg.jpg" alt="">
                <div class="index_contrast">特权对比></div>
                <div class="index_list">
                  <div class="index_member">
                        <img src="https://www.189.cn/client/wap/wapcenter/homecloud/images/index_box-1.png" alt="">
                        <div class="index_btn"></div>
                  </div>
                  <div class="index_title">
                        <img src="https://www.189.cn/client/wap/wapcenter/homecloud/images/index_title.png" alt="">
                  </div>
                  <div class="index_platinum">
                        <img src="https://www.189.cn/client/wap/wapcenter/homecloud/images/index_box-2.png" alt="">
                        <div class="index_btn1"></div>
                  </div>
                  <div class="index_gold">
                        <img src="https://www.189.cn/client/wap/wapcenter/homecloud/images/index_box-3.png" alt="">
                        <div class="index_btn2"></div>
                  </div>
                </div>
                        </div>
                </div>
      <script>
            $("#indexPage").on(‘pagebeforeshow’, function () {
                    $.extend(homecloud.data, getParam());//截参
            });
            $(‘#indexPage’).addEventFun(function(){
                indexView.init();    //初始化                                          
            },’pageshow’);
            var indexView={
                init:function(){
                        if(isNull(homecloud.data.param)){
                                homecloud.data.param=delUrlParam(‘ticket’,location.search.substr(1));//获取链接参数
                          homecloud.setData(); //存缓存
                        }
                  indexView.drawPage();//显示页面
                  indexView.ticket(); //单点
                  indexView.onFun(); //绑定点击事件
                },
                ticket:function(){
                  var param={
                        functionCode:’homeCloudLogin’, //单点functionCode
                        ticket:homecloud.data.ticket||”, //ticket
                        sessionId:homecloud.data.sessionid||” //sessionId
                  }
                  homecloud.newAjax(param,function(data){
                        if(data.code == ‘W_0000’){
                            homecloud.data.sessionid=data.sessionId; //返回的sessionId   
                            homecloud.setData();   //存缓存
                        }else{
                           jumpTo404();   //跳错误页
                        };
                  });
                },
                //页面显示
                drawPage:function(){
                  if(homecloud.data.level==2){//如果为免费会员
                        $(‘.index_member,.index_title’).hide(); //隐藏免费会员
                  }else if(homecloud.data.level==3){ //如果是黄金会员
                        $(‘.index_member,.index_gold,.index_title’).hide();//隐藏免费会员、黄金会员、文案提示
                        $(‘.index_platinum’).css(‘margin-bottom’,’3rem’);
                  }
                  $(‘.index_wapper’).show(); //显示全部会员
                },
                onFun:function(){
                  $(‘.index_btn’).addEventFun(function(){
                         homecloud.freeOrder(); // 订购会员
                  });
                  //点击权益对比
                  $(‘.index_contrast’).addEventFun(function(){
                          homecloud.data.type=”; //清空黄金、铂金会员标识
                          homecloud.setData(); //存缓存
                        locationPage(homecloud.prodObj.locationPage+’/homecloud/homecloud_member.html’);//跳转权益对比页
                  });
                  //点击铂金会员
                  $(‘.index_btn1’).addEventFun(function(){
                          homecloud.data.type ="platinum";//订购类型 铂金
                          homecloud.setData();//存缓存
                        homecloud.checkMsg(); //调用校验接口
                  });
                          //点击黄金会员
                  $(‘.index_btn2’).addEventFun(function(){
                          homecloud.data.type ="gold";//订购类型 黄金
                          homecloud.setData();//存缓存
                        homecloud.checkMsg();//调用校验接口
                  });
                }
            }
      </script>
        </div>
       <script type="text/javascript" src="https://www.189.cn/client/wap/common/js/s_code.js"></script>
</body>
</html>

哭唧唧

字数补丁

kfen 大佬有话说 :

早开走,尾灯都没了,应该是凌晨5点多是最后一波,我夜尿都没来得及撒,就搞起来了~:lol:lol:lol:lol:lol

h20 大佬有话说 :

2T都用不完30T只是虚幻

pnsroc 大佬有话说 :

kfen 大佬有话说 : 2020-4-3 08:56
早开走,尾灯都没了,应该是凌晨5点多是最后一波,我夜尿都没来得及撒,就搞起来了~ …

教程我都没找到,哭死啊

kfen 大佬有话说 :

pnsroc 大佬有话说 : 2020-4-3 09:03
教程我都没找到,哭死啊

其实我不抱太大希望,这bug太明显了,电信大概率会回收,时间问题~

pnsroc 大佬有话说 :

kfen 大佬有话说 : 2020-4-3 09:06
其实我不抱太大希望,这bug太明显了,电信大概率会回收,时间问题~

哪里爆出的教程啊,我去看看,撸不到,也解解眼馋,谢谢大佬了

loco 大佬有话说 :

这有什么用?吃灰?图片不敢放,视频不敢放?30

zaojiapai 大佬有话说 :

昨晚等那条短信,等了10分钟。一开始以为没有了,多点了几次,结果短信来了十几条

初缘Cvps小站 大佬有话说 :

h20 大佬有话说 : 2020-4-3 08:57
2T都用不完30T只是虚幻

他们都有,我也要有。嘿嘿

rpsoft 大佬有话说 :

pnsroc 大佬有话说 : 2020-4-3 09:03
教程我都没找到,哭死啊

电信营业厅ios端还是可以的。我昨天点了,早上收到短信,登进去空间没变化。

然后又在客户端点了两次,连着收到短信,进去就变32t了。

文章導覽

上一篇文章
下一篇文章

AD

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

51la

4563博客

全新的繁體中文 WordPress 網站
返回頂端
本站採用 WordPress 建置 | 佈景主題採用 GretaThemes 所設計的 Memory
4563博客
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?
在這裡新增小工具