|
@@ -222,14 +222,6 @@ var vm = new Vue({
|
|
|
|
|
|
var kList = []
|
|
|
if (_this.vSwitch === 'v') {
|
|
|
- if (res.userData) {
|
|
|
- _this.tip.i_vip_fastimport = res.userData.i_vip_fastimport
|
|
|
- _this.tip.ordinarykc = res.userData.ordinarykc
|
|
|
- // 关键词弹窗提醒 fasle:需要弹窗 true:不需要弹窗
|
|
|
- if (res.userData && !res.userData.b_keytip) {
|
|
|
- _this.dialog.upgrade = true
|
|
|
- }
|
|
|
- }
|
|
|
// 关键词赋值
|
|
|
if (res.userData && res.userData.o_vipjy) {
|
|
|
kList = res.userData.o_vipjy.a_items || []
|
|
@@ -763,4 +755,4 @@ var vm = new Vue({
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-})
|
|
|
+})
|