|
|
|
@ -402,13 +402,13 @@ export default { |
|
|
|
//小寨子客户id: 1536638904600752130 |
|
|
|
this.customerId = localStorage.getItem("customerId"); |
|
|
|
this.isYantai = false |
|
|
|
this.isXiaozhaizi = false |
|
|
|
this.isXiaozhaizi = true |
|
|
|
|
|
|
|
if (this.customerId === '1535072605621841922') { |
|
|
|
this.isYantai = true |
|
|
|
} |
|
|
|
if (this.customerId === '1536638904600752130') { |
|
|
|
this.isXiaozhaizi = false |
|
|
|
this.isXiaozhaizi = true |
|
|
|
} |
|
|
|
|
|
|
|
this.updateBtnAuths(); |
|
|
|
|