|
|
@@ -376,7 +376,7 @@ export default class extends Vue {
|
|
|
// 外墙-服务商随身邦
|
|
|
if (this.agentFrom === 'stoneLikePaint' && this.wallType === 'outside') {
|
|
|
if (that.isNeedProjectFlag) {
|
|
|
- if (DesignCount >= 3) {
|
|
|
+ if (DesignCount >= 6) {
|
|
|
that.projectDisableFlag = false;//有项目判断>=3出现
|
|
|
}
|
|
|
} else {
|
|
|
@@ -435,7 +435,7 @@ export default class extends Vue {
|
|
|
// 外墙-服务商随身邦
|
|
|
if (this.agentFrom === 'stoneLikePaint' && this.wallType === 'outside') {
|
|
|
if (that.isNeedProjectFlag) {
|
|
|
- if (DesignCount >= 3) {
|
|
|
+ if (DesignCount >= 6) {
|
|
|
that.projectDisableFlag = false;//有项目判断>=3出现
|
|
|
}
|
|
|
} else {
|