重庆迈尖科技有限公司
2020-04-16 b0df0244dc7a36227bff96064ee5622a2393d977
update vip
1个文件已修改
13 ■■■■ 已修改文件
AppInside/vipNew/supvip.html 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/vipNew/supvip.html
@@ -540,10 +540,10 @@
                        if (this.level == 'actived') {
                            yesApp.toast('暂未满足升级条件')
                        } else if (this.level == 'vipPre1') {
                        } else if (this.level == 'normalVIP') {
                            yesApp.toast('暂未满足升级条件')
                        } else if (this.level == 'vipPre2') {
                        } else if (this.level == 'highVIP') {
                            applyVip()
                        } else if (this.level == 'vipApply') {
@@ -618,14 +618,14 @@
                            }
                            
                        } else if (type == 3) {
                            if (app.level == 'noActive' || app.level == 'actived' || app.level == 'vipPre1') {
                            if (app.level == 'noActive' || app.level == 'actived' || app.level == 'normalVIP') {
                                
                            } else {
                                app.clickvipPre2()
                            }
                            
                        } else if (type == 4) {
                            if (app.level == 'noActive' || app.level == 'actived' || app.level == 'vipPre1' || app.level == 'vipPre2'
                            if (app.level == 'noActive' || app.level == 'actived' || app.level == 'normalVIP' || app.level == 'highVIP'
                            || app.level == 'vipApply') {
                                
                            } else {
@@ -859,7 +859,7 @@
                                    couponFanli = '高级会员专属';
                                    couponMianDan = '超级会员专属';
                                } else if (level === 'vipPre1') {
                                } else if (level === 'normalVIP') {
                                    viplogos = 'img/icon_vipPre1.png';
                                    nextlevel = '升级高级会员';
@@ -877,7 +877,7 @@
                                    qylist[8].img = 'img/qy_jinbi_select.png';
                                } else if (level === 'vipPre2') {
                                } else if (level === 'highVIP') {
                                    viplogos = 'img/icon_vipPre2.png';
                                    nextlevel = '升级超级会员';
@@ -998,7 +998,6 @@
                            } else {
                                yesApp.toast(result.msg);
                            }
                        },
                        fail: function(e) {