Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footsen
  • footseen
  • phonepayCn
  • gash-phone.html
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen h5 移植 · 6161a8cd
    dabai committed 4 years ago
    6161a8cd
gash-phone.html 2.53 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
<!DOCTYPE html>
<html>
<head lang="en">
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <meta charset="UTF-8">
    <meta name="viewport"   content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta content="telephone=no" name="format-detection">
    <meta name="wap-font-scale" content="no">
    <link rel="stylesheet" href="../css/base.css"/>
    <link rel="stylesheet" href="../css/gash.css"/>
    <script src="../lib/fsize.js"></script>
    <title></title>
    <meta name="keywords" content="FireFly,直播福利,直播,uplive,美女直播,美女視頻,泡泡寶盒,視頻直播,一直播,rc唱唱,美女直播間,丫播直播">
    <meta name="description" content="FireFly直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......">
    <style type="text/css">
    	body,.gash-phone-ul li{
    		background-color: #FFF;
    		color:#333;
    	}
    </style>
</head>
<body>
<ul class="gash-phone-ul">
    <li><i style="display: none;">TELCHT05</i>中華電信手機839(三合一)<span><img src="../img/right.png" alt=""></span></li>
    <li><i style="display: none;">TELCHT06</i>中華電信 Hinet(三合一)<span><img src="../img/right.png" alt=""></span></li>
    <li><i style="display: none;">TELCHT07</i>中華電信 市話(三合一)<span><img src="../img/right.png" alt=""></span></li>
    <li><i style="display: none;">TELFET01</i>傳遠電信一般型 <span><img src="../img/right.png" alt=""></span></li>
    <li><i style="display: none;">TELTCC01</i>台灣大哥大一般型 <span><img src="../img/right.png" alt=""></span></li>
    <li><i style="display: none;">TELSON04</i>亞太電信手機 <span><img src="../img/right.png" alt=""></span></li>
</ul>
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/globalization.js"></script>
<script>
    if(sessionStorage.lang==1)$("title").text("Top-Up GEMs")
    else $("title").text("寶石儲值")
    $(".gash-phone-ul li").on("click", function () {
        sessionStorage.select=$(this).children("i").text();
        if(sessionStorage.uid!=undefined){
            window.location.href='gash-for.html';
        }else{
            window.location.href="login.html";
        }


    })
</script>

</html>