|
@@ -138,7 +138,7 @@ var vm = new Vue({
|
|
|
_this.tip.i_vip_fastimport = res.userData.i_vip_fastimport
|
|
|
_this.tip.ordinarykc = res.userData.ordinarykc
|
|
|
// 关键词弹窗提醒 fasle:需要弹窗 true:不需要弹窗
|
|
|
- if (res.userData.o_vipjy && !res.userData.o_vipjy.b_keytip) {
|
|
|
+ if (res.userData && !res.userData.b_keytip) {
|
|
|
_this.dialog.upgrade = true
|
|
|
}
|
|
|
}
|