aeline
2020-04-02 68c0e7c8b69b258f62eaa68820ad1e7e31898bd6
test
2个文件已修改
36 ■■■■ 已修改文件
AppInside/vipNew/css/stylesheet.css 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/vipNew/supvip.html 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/vipNew/css/stylesheet.css
@@ -33,9 +33,9 @@
    position: absolute;
    right: 0.34rem;
    top: 0.37rem;
    border: 0.01rem solid;
    border: 0.5px solid;
    border-radius: 0.17rem;
    border-color: 0x573A0F;
    border-color: #573A0F;
    font-size: 0.18rem;
    color: 0x333333;
    width: 1.08rem;
@@ -278,17 +278,20 @@
    margin-left: 0.63rem;
    margin-top: 0.08rem;
    margin-right: 0.63rem;
    height: 0.31rem;
    border-radius: 0.15rem;
    height: 0.32rem;
    border-radius: 0.16rem;
    padding-left: 0.04rem;
    display: flex;
    align-items: center
    align-items: center;
    box-shadow: inset 0 0.09rem 0.16rem 0 rgba(200, 8, 23, 1);
}
.div_upgradeprogress_small {
    height: 0.25rem;
    height: 0.26rem;
    background-color: #FFE764;
    border-radius: 0.13rem
    border-radius: 0.13rem;
    box-shadow: inset 0px -0.06rem 0.07rem 0 rgba(240, 81, 10, 0.75);
    -webkit-box-shadow: inset 0px -0.06rem 0.07rem 0 rgba(240, 81, 10, 0.75)
}
.div_progress_condition {
AppInside/vipNew/supvip.html
@@ -715,7 +715,12 @@
                        } else {
                            tempFinishFanliOrder = this.progress.finishFanliOrder;
                        }
                        if (((576 / this.progress.totalFanliOrder) * tempFinishFanliOrder * 0.01) <= 0.24) {
                            return '0.24rem'
                        } else {
                        return (576 / this.progress.totalFanliOrder) * tempFinishFanliOrder * 0.01 + 'rem'
                        }
                    },
                    finishShareOrderProgress: function() {
@@ -726,7 +731,12 @@
                        } else {
                            tempFinishShareOrder = this.progress.finishShareOrder;
                        }
                        if (((576 / this.progress.totalShareOrder) * tempFinishShareOrder * 0.01) <= 0.24) {
                            return '0.24rem'
                        } else {
                        return (576 / this.progress.totalShareOrder) * tempFinishShareOrder * 0.01 + 'rem'
                        }
                    },
                    finishFansProgress: function() {
@@ -745,8 +755,14 @@
                        } else {
                            tempFinishInDirectFans = this.progress.finishInDirectFans;
                        }
                        if ((((576 / 2 / this.progress.totalDirectFans * tempFinishDirectFans) + (576 / 2 / this.progress.totalInDirectFans *
                                tempFinishInDirectFans)) * 0.01) <= 0.24) {
                            return '0.24rem'
                        } else {
                        return ((576 / 2 / this.progress.totalDirectFans * tempFinishDirectFans) + (576 / 2 / this.progress.totalInDirectFans *
                            tempFinishInDirectFans)) * 0.01 + 'rem'
                        }
                    }
                }
            });
@@ -774,7 +790,7 @@
                    $.ajax({
                        type: "GET",
                        data: JSON.parse(params),
                        url: host + '/fanli/api/v2/user/getVIPInfoV2', //getHttp()  'http://192.168.1.122:8080/fanli'
                        url: 'http://192.168.1.253:8080' + '/fanli/api/v2/user/getVIPInfoV2', //getHttp()  'http://192.168.1.122:8080/fanli'
                        dataType: "jsonp",
                        async: false,
                        success: function(result) {
@@ -945,6 +961,7 @@
                            } else {
                                yesApp.toast(result.msg);
                            }
                        },
                        fail: function(e) {