|
|
@@ -126,8 +126,15 @@ export default {
|
|
|
this.isGZorJZ = 'true';
|
|
|
}
|
|
|
} else {
|
|
|
- localStorage.setItem('isGZorJZ', 'false');
|
|
|
- this.isGZorJZ = 'false';
|
|
|
+ this.onlyShowHomeTarget = false;
|
|
|
+ // postType:人员类型,JZ(家装)、GZ(公装)、YF(应服)、DIY(DIY)
|
|
|
+ if (postType == 'JZ') {
|
|
|
+ localStorage.setItem('isGZorJZ', 'true');
|
|
|
+ this.isGZorJZ = 'true';
|
|
|
+ } else {
|
|
|
+ localStorage.setItem('isGZorJZ', 'false');
|
|
|
+ this.isGZorJZ = 'false';
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
// 家装或工装不显示提示类tab
|