|
@@ -86,7 +86,7 @@ export default {
|
|
|
async getDict(isRefresh) {
|
|
async getDict(isRefresh) {
|
|
|
let postType = this.userInfo.postType;
|
|
let postType = this.userInfo.postType;
|
|
|
// postType:人员类型,JZ(家装)、GZ(公装)、YF(应服)、DIY(DIY)
|
|
// postType:人员类型,JZ(家装)、GZ(公装)、YF(应服)、DIY(DIY)
|
|
|
- if (postType == 'JZ' || 'GZ') {
|
|
|
|
|
|
|
+ if (postType == 'JZ' || postType == 'GZ') {
|
|
|
localStorage.setItem('isGZorJZ', 'true');
|
|
localStorage.setItem('isGZorJZ', 'true');
|
|
|
this.isGZorJZ = 'true';
|
|
this.isGZorJZ = 'true';
|
|
|
} else {
|
|
} else {
|