|
@@ -323,11 +323,20 @@ export default {
|
|
|
if(data.user.hanging != 0){
|
|
if(data.user.hanging != 0){
|
|
|
this.navList[3].isnew = 2
|
|
this.navList[3].isnew = 2
|
|
|
}
|
|
}
|
|
|
|
|
+ if(data.user.hanging == 0){
|
|
|
|
|
+ this.navList[3].isnew = 1
|
|
|
|
|
+ }
|
|
|
if(data.user.paid != 0){
|
|
if(data.user.paid != 0){
|
|
|
this.navList[1].isnew = 2
|
|
this.navList[1].isnew = 2
|
|
|
}
|
|
}
|
|
|
|
|
+ if(data.user.paid == 0){
|
|
|
|
|
+ this.navList[1].isnew = 1
|
|
|
|
|
+ }
|
|
|
if(data.seller.reviewed != 0) {
|
|
if(data.seller.reviewed != 0) {
|
|
|
this.navList1[3].isnew = 2
|
|
this.navList1[3].isnew = 2
|
|
|
|
|
+ }
|
|
|
|
|
+ if(data.seller.reviewed == 0) {
|
|
|
|
|
+ this.navList1[3].isnew = 1
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|