admin
2022-05-20 20a1174d6b18a71ecaefe2c9efd231359984a5c3
AppInside/s11/guide/index.html
@@ -1,589 +1,538 @@
<!DOCTYPE html>
<html>
   <head>
      <meta charset="utf-8">
      <title>双11 快省攻略</title>
      <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
      <script>
         window.onresize = function() {
            document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px';
         };
         window.onresize();
      </script>
      <style>
         body {
            background: #FC4FAA;
            margin: 0;
            padding: 0;
            font-family: Microsoft YaHei;
            /* 不允许复制 */
            -moz-user-select: none;
            /* Firefox私有属性 */
            -webkit-user-select: none;
            /* WebKit内核私有属性 */
            -ms-user-select: none;
            /* IE私有属性(IE10及以后) */
            -khtml-user-select: none;
            /* KHTML内核私有属性 */
            -o-user-select: none;
            /* Opera私有属性 */
            user-select: none;
            /* CSS3属性 */
            /* IOS点击阴影 */
            -webkit-tap-highlight-color: transparent;
            font-family: 微软雅黑;
         }
      </style>
      <style>
         .top {
            width: 100%;
            height: 5.14rem;
            display: block;
            background-image: url("http://img.flqapp.com/resource/s11/top.png");
            background-size: 100% 100%;
         }
         .content {
            width: 100%;
            position: relative;
            display: flex;
            justify-content: center;
            padding: 0.3rem 0.08rem;
            box-sizing: border-box;
            padding-bottom: 0;
         }
<head>
    <meta charset="utf-8">
    <title>618 快省攻略</title>
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
    <script>
        window.onresize = function() {
            document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px';
        };
        window.onresize();
    </script>
    <style>
        body {
            background: #E51413;
            margin: 0;
            padding: 0;
            font-family: Microsoft YaHei;
            /* 不允许复制 */
            -moz-user-select: none;
            /* Firefox私有属性 */
            -webkit-user-select: none;
            /* WebKit内核私有属性 */
            -ms-user-select: none;
            /* IE私有属性(IE10及以后) */
            -khtml-user-select: none;
            /* KHTML内核私有属性 */
            -o-user-select: none;
            /* Opera私有属性 */
            user-select: none;
            /* CSS3属性 */
            /* IOS点击阴影 */
            -webkit-tap-highlight-color: transparent;
        }
    </style>
    <style>
        .top {
            width: 100%;
            height: 6.82rem;
            display: block;
            background-image: url("http://img.flqapp.com/resource/s11/top.png");
            background-size: 100% 100%;
        }
        .content {
            width: 100%;
            position: relative;
            display: flex;
            justify-content: center;
            padding: 0.3rem 0.08rem;
            box-sizing: border-box;
            padding-bottom: 0;
        }
        .content img {
            width: 100%;
        }
        .button {
            width: 5.02rem;
            height: 0.84rem;
            position: absolute;
            text-align: center;
            font-weight: bold;
            font-size: 0;
            color: white;
            background-color: #FF2B4E;
            background-size: 100% 100%;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }
        .block {
            width: 7.21rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 0.3rem;
        }
        .block .time {
            font-weight: 400;
            color: #FFFFFF;
            font-size: 0.26rem;
            text-align: left;
            line-height: 0.4rem;
        }
        .stepIcon {
            width: 0.48rem !important;
            height: 0.48rem;
        }
        .stepTitle {
            font-size: 0.25rem;
            font-weight: 600;
            margin-left: 0.12rem;
        }
        .stepSubTitle {
            font-size: 0.24rem;
            text-align: left;
            padding-left: 0.58rem;
        }
        .step {
            text-align: left;
            display: flex;
            align-items: center;
            margin-top: 0.3rem;
        }
        .nav {
            position: absolute;
            top: -0.29rem;
            text-align: center;
            left: 0;
            right: 0;
            height: 0.61rem;
            line-height: 0.61rem;
        }
        .nav .title {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 10;
            color: #FFFFFF;
            font-size: 0.32rem;
            font-weight: bold;
        }
        .main_content {
            background-color: #F9E6C0;
            margin-left: 0.12rem;
            margin-right: 0.12rem;
            border-radius: 0.6rem;
            position: relative;
            margin-bottom: 0.8rem;
            border: #FF866E 0.10rem solid;
        }
        .img_title {
            width: 3.94rem !important;
            height: 1.01rem;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            background: url("img/img_title_ch.png");
            background-size: 100% 100%;
            color: #FFF9CA;
            font-weight: bold;
            line-height: 1rem;
            font-size: 0.36rem;
            text-align: center;
        }
        .num {
            background: #FF2B4E;
            border-radius: 0.48rem;
            height: 0.48rem;
            width: 0.48rem;
            text-align: center;
            line-height: 0.48rem;
            font-size: 0.3rem;
            font-weight: bold;
            color: #FFFFFF;
        }
        .item_container {
            background: white;
            border-radius: 0.3rem;
            margin-top: 0.4rem;
            padding: 0.3rem;
        }
        .item_container .sub_title {
            font-size: 0.3rem;
            color: #FF2B4E;
            font-weight: bold;
            margin-bottom: 0.3rem;
        }
        .item {
            display: flex;
            margin-bottom: 0.3rem;
        }
        .item>.content {
            font-size: 0.24rem;
            text-align: left;
            margin-left: 0.2rem;
            margin-top: 0.1rem;
            display: block;
            padding: 0;
            width: 5.3rem;
        }
        .item>.content>.title {
            font-weight: bold;
            color: #000000;
        }
        .item>.content>.detail {
            padding-top: 0.12rem;
            color: #333333;
            word-wrap: break-word;
        }
    </style>
</head>
         .content img {
            width: 100%;
         }
<body>
    <div class="top"> </div>
    <div class="main_content" style="margin-top: -1.2rem;">
         .button {
            width: 5.02rem;
            height: 0.84rem;
            position: absolute;
            text-align: center;
            font-weight: bold;
            font-size: 0.34rem;
            color: white;
            background-color: #FF2B4E;
            background-size: 100% 100%;
            line-height: 0.9rem;
            border-radius: 0.5rem;
         }
        <div class="content">
            <div style="height:100%;margin-top: 0.0rem;position: relative;">
                <div class="block">
                    <div class="time" style="margin-top: 0.6rem;text-align: center;color: #F1141D;font-size: 0.26rem;line-height: 0.35rem;font-weight: bold;">
         .block {
            width: 7.21rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 0.3rem;
         }
                        10.20 20:00-11.11 23:59<span style="color: #AF44F5;"> 每日可领1次超级红包</span><br> 11月1日-11月3日或11月11日
                        <span style="color: #AF44F5;"> 全部核销使用,逾期失效</span><br>
                    </div>
                    <img src="img/time.png" style="width: 6.39rem;height: 1.18rem;margin-top: 0.4rem;" />
                    <div class="item_container">
                        <div class="sub_title">
                            玩法一 领红包购物省钱
                        </div>
         .block .time {
            font-weight: 400;
            color: #FFFFFF;
            font-size: 0.26rem;
            text-align: left;
            line-height: 0.4rem;
         }
                        <div class="item">
                            <div class="num">
                                1
                            </div>
                            <div class="content">
                                <div class="title">红包金额加倍</div>
                                <span class="detail">
                           以下日期淘宝APP发放红包的金额将加倍:<br> 10月20日、10月24日、10月29日-11月1日、11月4日、 11月8日-11日。
                           </span>
                            </div>
                        </div>
                        <div class="item">
                            <div class="num">
                                2
                            </div>
                            <div class="content">
                                <div class="title">惊喜红包专场</div>
                                <span class="detail">
         .stepIcon {
            width: 0.48rem !important;
            height: 0.48rem;
         }
         .stepTitle {
            font-size: 0.25rem;
            font-weight: 600;
            margin-left: 0.12rem;
         }
         .stepSubTitle {
            font-size: 0.24rem;
            text-align: left;
            padding-left: 0.58rem;
         }
         .step {
            text-align: left;
            display: flex;
            align-items: center;
            margin-top: 0.3rem;
         }
         .nav {
            position: absolute;
            top: -0.29rem;
            text-align: center;
            left: 0;
            right: 0;
            height: 0.61rem;
            line-height: 0.61rem;
         }
         .nav .title {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 10;
            color: #FFFFFF;
            font-size: 0.32rem;
            font-weight: bold;
         }
         .main_content {
            background-color: #F9E6C0;
            border: #FDA7D2 0.04rem solid;
            margin-left: 0.12rem;
            margin-right: 0.12rem;
            border-radius: 0.6rem;
            position: relative;
            margin-bottom: 0.8rem;
         }
         .img_title {
            width: 3.94rem !important;
            height: 1.01rem;
            margin: 0 auto;
            position: absolute;
            top: -0.4rem;
            left: 0;
            right: 0;
         }
         .num {
            background: #FF2B4E;
            border-radius: 0.48rem;
            height: 0.48rem;
            width: 0.48rem;
            text-align: center;
            line-height: 0.48rem;
            font-size: 0.3rem;
            font-weight: bold;
            color: #FFFFFF;
         }
         .item_container {
            background: white;
            border-radius: 0.3rem;
            margin-top: 0.3rem;
            padding: 0.3rem;
         }
         .item_container .sub_title {
            font-size: 0.3rem;
            color: #FF2B4E;
            font-weight: bold;
            margin-bottom: 0.3rem;
         }
         .item {
            display: flex;
            margin-bottom: 0.3rem;
         }
         .item>.content {
            font-size: 0.24rem;
            text-align: left;
            margin-left: 0.2rem;
            margin-top: 0.1rem;
            display: block;
            padding: 0;
            width: 5.3rem;
         }
         .item>.content>.title {
            font-weight: bold;
            color: #000000;
         }
         .item>.content>.detail {
            padding-top: 0.12rem;
            color: #333333;
            word-wrap: break-word;
         }
      </style>
   </head>
   <body>
      <div class="top"> </div>
      <div class="main_content" style="border-bottom: #FDA7D2 0.04rem solid;margin-top: -0.8rem;">
         <div class="content">
            <div style="height:100%;margin-top: 0.0rem;position: relative;">
               <div class="block">
                  <div class="time" style="margin-top: 0.6rem;text-align: center;color: #FF2B4E;font-size: 0.26rem;line-height: 0.3rem;">
                     10.21-11.11每日可领取3次超级红包<br>
                     11月11日凌晨0点-24点全部使用<br>
                     下列时间红包加倍
                  </div>
                  <img src="img/time.png" style="width: 6.39rem;height: 1.18rem;margin-top: 0.1rem;" />
                  <div class="item_container">
                     <div class="sub_title">
                        玩法一 领红包购物省钱
                     </div>
                     <div class="item">
                        <div class="num">
                           1
                        </div>
                        <div class="content">
                           <div class="title">红包金额加倍</div>
                           <span class="detail">
                              以下日期淘宝APP发放红包的金额将加倍:<br>
                              11月21日、10月23日、10月27日、11月1日、11月4日、
                              11月8日、11月11日。
                                    有5场惊喜红包发放日期是10月22日、10月29日、10月31日、11月3日、11月10日。其他发放场次具体时间将另行通知,每一场次大额红包具体发放时间不定时。
                           </span>
                        </div>
                     </div>
                     <div class="item">
                        <div class="num">
                           2
                        </div>
                        <div class="content">
                           <div class="title">天天开彩蛋</div>
                           <span class="detail">
                            </div>
                        </div>
                              10月23日开始,用户每天在天天开彩蛋页面完成任务,获得彩蛋,即可参与当前期的开奖活动。活动每天一期,次日08:00准时开奖。
                        <div class="item">
                            <div class="num">
                                3
                            </div>
                            <div class="content">
                                <div class="title">攒能量领红包</div>
                                <span class="detail">
                           10月20日20时开始,用户在活动期间,完成页面任务可获得能量值,能量值达到500,可领取2元超级红包;能量值达到1700,可领取6元超级红包;能量值达到5300,可领取18元超级红包。每个用户全周期最多领取3个超级红包,最高累计面额26元。每一场次大额红包具体发放时间不定时。
                           </span>
                        </div>
                     </div>
                            </div>
                        </div>
                     <div class="item">
                        <div class="num">
                           3
                        </div>
                        <div class="content">
                           <div class="title">惊喜红包场</div>
                           <span class="detail">
                              10月24日、10月28日、11月3日、11月9日
                           </span>
                        </div>
                     </div>
                     <div class="item">
                        <div class="num">
                           4
                        </div>
                        <div class="content">
                           <div class="title">10月21号当天红包最大,一定要记得凌晨0点抢!</div>
                           <span class="detail">
                        <div class="item">
                            <div class="num">
                                4
                            </div>
                            <div class="content">
                                <div class="title">10月20号当天红包最大,一定要记得20点开抢!</div>
                                <span class="detail">
                              越早抢,红包金额越大。<br>
                              早分享,奖金赚的越多。
                           </span>
                        </div>
                     </div>
                            </div>
                        </div>
                        <div class="button" style="position: relative;margin: 0 auto;margin-top: 0.4rem;" id="hongBao">
                            <span style="font-size: 0.34rem;">抢红包</span><br><span style="font-size: 0.24rem;font-weight: normal;" id="hongBaoDate">10月20日20:00起</span>
                        </div>
                        <div style="margin-top: 0.1rem;font-size: 0.24rem;color: #FF2B4E;">
                            (使用红包返利或奖金会减半,请酌情使用!)
                        </div>
                    </div>
                     <div class="button" style="position: relative;margin: 0 auto;margin-top: 0.4rem;" id="hongBao">
                        10.21开始抢红包
                     </div>
                    <div class="item_container">
                        <div class="sub_title">
                            玩法二 分享红包口令赚钱
                        </div>
                     <div style="margin-top: 0.1rem;font-size: 0.24rem;color: #FF2B4E;">
                        (使用红包返利或奖金会减半,请酌情使用!)
                     </div>
                  </div>
                        <div class="item">
                            <div class="num">
                                1
                            </div>
                            <div class="content">
                                <div class="title">分享红包口令给朋友</div>
                  <div class="item_container">
                     <div class="sub_title">
                        玩法一 领红包购物省钱
                     </div>
                            </div>
                        </div>
                        <div class="item">
                            <div class="num">
                                2
                            </div>
                            <div class="content">
                                <div class="title">朋友领取红包</div>
                            </div>
                        </div>
                     <div class="item">
                        <div class="num">
                           1
                        </div>
                        <div class="content">
                           <div class="title">分享红包口令给朋友</div>
                        <div class="item">
                            <div class="num">
                                3
                            </div>
                            <div class="content">
                                <div class="title">朋友双11下单你获得奖金</div>
                            </div>
                        </div>
                        </div>
                     </div>
                     <div class="item">
                        <div class="num">
                           2
                        </div>
                        <div class="content">
                           <div class="title">朋友领取红包</div>
                        </div>
                     </div>
                     <div class="item">
                        <div class="num">
                           3
                        </div>
                        <div class="content">
                           <div class="title">朋友双11下单你获得奖金</div>
                        </div>
                     </div>
                     <div style="color: #FF2B4E;margin-top: 0.2rem;">
                        <span style="display: block;font-size: 0.38rem ; font-weight: bold;">分享越多好友,奖金越多!</span>
                        <span style="display: block;font-size: 0.25rem;margin-top: -0.05rem;">
                        <div style="color: #FF2B4E;margin-top: 0.2rem;">
                            <span style="display: block;font-size: 0.38rem ; font-weight: bold;">分享越多好友,奖金越多!</span>
                            <span style="display: block;font-size: 0.25rem;margin-top: -0.05rem;">
                           立即复制你的淘口令 狂撒红包赚奖金吧!
                        </span>
                     </div>
                        </div>
                     <div class="button" style="position: relative;margin: 0 auto;margin-top: 0.5rem;margin-bottom: 0.2rem;" id="shareHongBao">
                        10.21开始复制红包口令
                     </div>
                        <div class="button" style="position: relative;margin: 0 auto;margin-top: 0.5rem;margin-bottom: 0.2rem;" id="shareHongBao">
                            <span style="font-size: 0.34rem;">复制红包口令</span><br><span style="font-size: 0.24rem;font-weight: normal;" id="shareHongBaoDate">10月20 20:00</span>
                        </div>
                  </div>
                    </div>
               </div>
                </div>
               <img src="img/img_title_ch.png" class="img_title" style="top:-0.48rem">
                <div class="img_title" style="top:-0.8rem;">
            </div>
                    超级红包玩法
                </div>
            </div>
         </div>
        </div>
      </div>
    </div>
      <div class="main_content" style="border-top:#FDA7D2 0.04rem solid;border-bottom:#FDA7D2 0.04rem solid;border-radius: 0.6rem;text-align: center;padding-top: 0.89rem;margin-bottom: 0.2rem;">
         <img class="img_title" src="img/img_title_ys.png">
    <div class="main_content" style="border-radius: 0.6rem;text-align: center;padding-top: 0.89rem;margin-bottom: 0.2rem;">
         <img src="img/img_ys_1.png" style="width: 6.57rem;height: auto;margin: 0.3rem;margin: 0 auto;">
        <div class="img_title" style="top:-0.56rem;">
         <div class="item_container" style="margin-left: 0.3rem;margin-right: 0.3rem;margin-bottom: 0.3rem;">
            全周期玩法
            <div class="sub_title">玩法解析</div>
        </div>
            <div class="item">
               <div class="num">
                  1
               </div>
               <div class="content">
                  <div class="title">预售收藏福袋</div>
                  <span class="detail">
                     预售会场中“我的预售收藏”内的淘客预售商品可以<br>
                     有淘礼金红包补贴。
        <img src="img/img_ys_1.png" style="width: 6.57rem;height: auto;margin: 0.3rem;margin: 0 auto;">
        <div class="item_container" style="margin-left: 0.3rem;margin-right: 0.3rem;margin-bottom: 0.3rem;">
            <div class="sub_title">预售玩法解析</div>
            <div class="item">
                <div class="num">
                    1
                </div>
                <div class="content">
                    <div class="title">预售收藏福袋</div>
                    <span class="detail">
                  2021年10月20日和 13:00 、14:00、18:00、19:00、20:00、21:00,2021年10月21日 13:00 、14:00、18:00、19:00、20:00、21:00,消费者可进入活动页面进行开奖,上述整点开始时10分钟内开奖有效,最高可中1111现金红包。
                  </span>
               </div>
            </div>
                </div>
            </div>
            <div class="item">
               <div class="num">
                  2
               </div>
               <div class="content">
                  <div class="title">预售单单开奖</div>
                  <span class="detail">
                     每个消费者在整个预售周期内(10月21日-11月11日),最多可获得30次开奖机会。
            <div class="item">
                <div class="num">
                    2
                </div>
                <div class="content">
                    <div class="title">预售单单开奖</div>
                    <span class="detail">
                  预售期间在活动页面支付预售定金的消费者可享受预售订单单单开奖权益(每个消费者活动期间累计参与开奖上限30次)。消费者第2、3、5笔预售订单定金支付后可得现金红包,其他笔数或可得随机现金红包。
                  </span>
               </div>
            </div>
                </div>
            </div>
            <div class="item">
               <div class="num">
                  3
               </div>
               <div class="content">
                  <div class="title">福利红包</div>
                  <span class="detail">
                     1. 第二单,最高8元福利红包
                     <br>
                     2. 第三单,最高18元福利红包
                     <br>
                     3. 第五单,最高38元福利红包
                     <br>
                     使用范围:现货宝贝、预售尾款可用,不带结算,<br>
                     不可展期(使用红包的订单发生退款后红包失效)
            <div class="item">
                <div class="num">
                    3
                </div>
                <div class="content">
                    <div class="title">个人战力值奖励</div>
                    <span class="detail">
                  2021年10月18日至2021年10月21日21:00消费者进入活动页面可通过做任务积攒战力值,当战力值达到指定数额时(150,400,800)可兑换现金红包。
                  </span>
               </div>
            </div>
                </div>
            </div>
            <div class="item">
               <div class="num">
                  4
               </div>
               <div class="content">
                  <div class="title">免定淘礼金</div>
                  <span class="detail">
            <div class="button" style="position: relative;margin: 0 auto;margin-top: 0.4rem;" id="yuShou">
                <span style="font-size: 0.34rem;">复制预热会场口令</span><br><span style="font-size: 0.24rem;font-weight: normal;" id="yuShouDate">3月2日起</span>
            </div>
        </div>
    </div>
                     用户可抽取免定金奖励,对应商品的定金会通过淘
                     礼金的方式在商品尾款中等金额扣减<br>
                     使用范围:现货宝贝、预售尾款可用,不带结算
    <div style="text-align: center;font-size: 0;padding: 0.2rem;">
        <img src="img/logo.png" style="width: 2.6rem;height: 0.47rem;">
        <div style="color: white;font-size: 0.3rem;margin-top: 0.1rem;margin-bottom: 0.2rem;">独家汇编</div>
                  </span>
    </div>
    <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
    <script src="http://img.flqapp.com/resource/app20191021.js"></script>
</body>
<script>
    var startTime = 1634731200000;
    var ysStartTime = 1614614400000;
               </div>
            </div>
    function getSuperHongBaoToken() {
            <div class="item">
               <div class="num">
                  5
               </div>
               <div class="content">
                  <div class="title">锦鲤兑奖码</div>
                  <span class="detail">
        var uid = yesApp.getUid();
                     11月11日12点开奖,10份锦鲤大奖。<br>
                     用户在双11全周期预售订单(排除逆向)实付金额,最高4999元。
        if (uid == null || uid.length == 0 || uid == '0' || uid <= 0) {
            yesApp.login();
            return;
        }
        var params = {
            uid: uid,
            sign: yesApp.getSign(uid + "")
        }
                  </span>
        yesApp.toast("正在生成口令");
        $.ajax({
            type: "GET",
            data: params,
            url: "http://api.flqapp.com/fanli/api/apph5/v1/s11/getSuperHongBaoToken",
            dataType: "jsonp",
            async: true,
            success: function(result) {
                if (result.code == 0) {
                    window.location.href = "yestv://copy#" + result.data;
                    // yesApp.toast("复制口令成功");
                } else {
                    yesApp.toast(result.msg);
                }
            },
            complete: function(e) {}
        });
    }
               </div>
            </div>
    function getYuShouToken() {
        var uid = yesApp.getUid();
        if (uid == null || uid.length == 0 || uid <= 0) {
            yesApp.login();
            return;
        }
        var params = {
            uid: uid,
            sign: yesApp.getSign(uid + "")
        }
            <div class="item">
               <div class="num">
                  6
               </div>
               <div class="content">
                  <div class="title">预售分享抢1111</div>
                  <span class="detail">
        yesApp.toast("正在生成口令");
        $.ajax({
            type: "GET",
            data: params,
            url: "http://api.flqapp.com/fanli/api/apph5/v1/s11/getYuShouToken",
            dataType: "jsonp",
            async: true,
            success: function(result) {
                if (result.code == 0) {
                    window.location.href = "yestv://copy#" + result.data;
                    yesApp.toast("复制口令成功");
                } else {
                    yesApp.toast(result.msg);
                }
            },
            complete: function(e) {}
        });
    }
                     现金奖励1111元,共50名。<br>
                     中奖机会:<br>
                     1. 每个分享活动周期内,用户每拉一个安全用户回流即可活动一个兑奖码(兑奖码对消费者不可见)<br>
                     2. 每个分享活动周期内,单个回流者最多帮5个用户回流<br>
                     3. 每个分享活动周期后,公布中奖名单<br>
    $(function() {
        var timestamp = (new Date()).getTime();
        if (timestamp >= startTime) {
            $("#hongBaoDate").css("display", "none");
            $("#shareHongBaoDate").css("display", "none");
        }
        if (timestamp >= ysStartTime) {
            $("#yuShouDate").css("display", "none");
        }
                  </span>
        $("#hongBao").click(function() {
            var timestamp = (new Date()).getTime();
            if (timestamp < startTime) {
                return;
            }
            yesApp.jumpBaiChuan(null, 'https://s.click.taobao.com/8KNGFgu', null);
        });
               </div>
            </div>
        $("#shareHongBao").click(function() {
            if (timestamp < startTime) {
                return;
            }
            getSuperHongBaoToken();
        });
            <div class="button" style="position: relative;margin: 0 auto;margin-top: 0.8rem;" id="yuShou">
               10.21开始复制预售会场口令
            </div>
         </div>
      </div>
      <div style="text-align: center;font-size: 0;padding: 0.2rem;">
         <img src="img/logo.png" style="width: 2.6rem;height: 0.47rem;">
         <div style="color: white;font-size: 0.3rem;margin-top: 0.1rem;margin-bottom: 0.2rem;">独家汇编</div>
      </div>
      <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
      <script src="http://img.flqapp.com/resource/app20191021.js"></script>
   </body>
   <script>
      var startTime = 1603209600000;
      var ysStartTime = 1603166400000;
      function getSuperHongBaoToken() {
         var uid = yesApp.getUid();
         if (uid == null || uid.length == 0 || uid == '0' || uid <= 0) {
            yesApp.login();
            return;
         }
         var params = {
            uid: uid,
            sign: yesApp.getSign(uid + "")
         }
         yesApp.toast("正在生成口令");
         $.ajax({
            type: "GET",
            data: params,
            url: "http://api.flqapp.com/fanli/api/apph5/v1/s11/getSuperHongBaoToken",
            dataType: "jsonp",
            async: true,
            success: function(result) {
               if (result.code == 0) {
                  window.location.href = "yestv://copy#" + result.data;
                  // yesApp.toast("复制口令成功");
               } else {
                  yesApp.toast(result.msg);
               }
            },
            complete: function(e) {}
         });
      }
      function getYuShouToken() {
         var uid = yesApp.getUid();
         if (uid == null || uid.length == 0 || uid <= 0) {
            yesApp.login();
            return;
         }
         var params = {
            uid: uid,
            sign: yesApp.getSign(uid + "")
         }
         yesApp.toast("正在生成口令");
         $.ajax({
            type: "GET",
            data: params,
            url: "http://api.flqapp.com/fanli/api/apph5/v1/s11/getYuShouToken",
            dataType: "jsonp",
            async: true,
            success: function(result) {
               if (result.code == 0) {
                  window.location.href = "yestv://copy#" + result.data;
                  yesApp.toast("复制口令成功");
               } else {
                  yesApp.toast(result.msg);
               }
            },
            complete: function(e) {}
         });
      }
      $(function() {
         var timestamp =(new Date()).getTime();
         if (timestamp >= startTime) {
            $("#hongBao").html("抢红包");
            $("#shareHongBao").html("复制红包口令");
         }
         if (timestamp >= ysStartTime) {
            $("#yuShou").html("复制预售会场口令");
         }
         $("#hongBao").click(function() {
            var timestamp = (new Date()).getTime();
            if (timestamp < startTime) {
               return;
            }
            yesApp.jumpBaiChuan(null, 'https://s.click.taobao.com/4dRoJvu', null);
         });
         $("#shareHongBao").click(function() {
            if (timestamp < startTime) {
               return;
            }
            getSuperHongBaoToken();
         });
         $("#yuShou").click(function() {
            if (timestamp < ysStartTime) {
               return;
            }
            getYuShouToken();
         });
        $("#yuShou").click(function() {
            if (timestamp < ysStartTime) {
                return;
            }
            getYuShouToken();
        });
      });
   </script>
</html>
    });
</script>
</html>