ss
重庆迈尖科技有限公司
2020-06-30 6f43c18c128c9b29bd6ba3c5170c013489047a42
ss
2个文件已修改
34 ■■■■■ 已修改文件
AppInside/accountZX/index.html 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/guanYuOur/1.8.5/index.html 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/accountZX/index.html
@@ -14,9 +14,14 @@
        <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
        <script src="http://img.flqapp.com/resource/js/app2019112217.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
        <style type="text/css">
            [v-cloak] {
                display: none !important;
            }
        </style>
    </head>
    <body>
        <div id="root">
        <div id="root" v-cloak>
            <div class="div_hedaer_bg">
                <div class="div_hedaer_gary_bg"></div>
                <div class="div_hedaer_white_bg"></div>
@@ -38,15 +43,15 @@
                <div class="tips_title">注销成功后,你将失去</div>
                <div class="div_desc_content1">
                    <div class="desc_title">可提现金额</div>
                    <div class="desc_content">¥0.00</div>
                    <div class="desc_content">¥{{user.totalMoney}}</div>
                </div>
                <div class="div_desc_content2">
                    <div class="desc_title">本月预估</div>
                    <div class="desc_content">¥0.00</div>
                    <div class="desc_content">¥{{user.monthMoney}}</div>
                </div>
                <div class="div_desc_content3">
                    <div class="desc_title">上月预估</div>
                    <div class="desc_content">¥0.00</div>
                    <div class="desc_content">¥{{user.lastMoney}}</div>
                </div>
                <div style="height: 0.3rem;"></div>
            </div>
@@ -65,6 +70,7 @@
    </body>
    <script type="text/javascript">
        // "http://192.168.1.253:8080"; "http://api.flqapp.com";
        var host = "http://api.flqapp.com";
        var jumpUrl = null;
@@ -73,6 +79,7 @@
                el: "#root",
                data: {
                    select: true,
                    user: null,
                    imgLogo: 'img/icon_select.png'
                },
                methods: {
@@ -105,12 +112,13 @@
                        $.ajax({
                            type: "GET",
                            data: JSON.parse(params),
                            url: host + "/fanli/api/v2/config/getLogoutProtocol",
                            url: host + "/fanli/api/v2/user/getAccountData",
                            dataType: "jsonp",
                            async: false,
                            success: function(result) {
                                if (result.code == 0) {
                                    jumpUrl = result.data.link;
                                    app.user = result.data;
                                } else {
AppInside/guanYuOur/1.8.5/index.html
@@ -44,7 +44,8 @@
                </div>
                <div class="bg-white fboxRow Xstart Ycenter" id="unregister" style="width:100%; padding:0.3rem 0.25rem; margin-top:1px;" onclick="clickDuan('zx')">
                <div class="bg-white fboxRow Xstart Ycenter" id="unregister" style="width:100%; padding:0.3rem 0.25rem; margin-top:1px;"
                 onclick="clickDuan('zx')">
                    <div class="font28">账户注销</div>
                    <div class="flex1"></div>
                    <img style="width:0.17rem; height:0.3rem; display:block;" src="img/right.png" />
@@ -64,12 +65,13 @@
        if (r != null) return unescape(r[2]);
        return null;
    }
    var unreg = getQueryString("unreg");
    if(unreg!=null&&unreg=='1'){
        document.getElementById("unregister").style.display="flex";
    }else{
        document.getElementById("unregister").style.display="none";
    // getQueryString("unreg");
    if (unreg != null && unreg == '1') {
        document.getElementById("unregister").style.display = "flex";
    } else {
        document.getElementById("unregister").style.display = "none";
    }
@@ -86,7 +88,7 @@
        } else if (typeC == "zx") { // 隐私政策
            // "http://192.168.1.114:8848/flqFront"; "http://apph5.banliapp.com";
            var h5Url = "http://apph5.banliapp.com";
            var h5Url = "http://192.168.1.114:8848/flqFront";
            var myurl = h5Url + "/AppInside/accountZX/index.html";
            window.location.href = myurl;
            //yesApp.jumpWeb(myurl,null)