| | |
| | | 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') {
|
| | |
| | | } |
| | | |
| | | } 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 { |
| | |
| | | couponFanli = '高级会员专属';
|
| | | couponMianDan = '超级会员专属';
|
| | |
|
| | | } else if (level === 'vipPre1') {
|
| | | } else if (level === 'normalVIP') {
|
| | |
|
| | | viplogos = 'img/icon_vipPre1.png';
|
| | | nextlevel = '升级高级会员';
|
| | |
| | |
|
| | | qylist[8].img = 'img/qy_jinbi_select.png';
|
| | |
|
| | | } else if (level === 'vipPre2') {
|
| | | } else if (level === 'highVIP') {
|
| | |
|
| | | viplogos = 'img/icon_vipPre2.png';
|
| | | nextlevel = '升级超级会员';
|
| | |
| | |
|
| | | } else {
|
| | | yesApp.toast(result.msg);
|
| | |
|
| | | }
|
| | | },
|
| | | fail: function(e) {
|