|
@@ -146,11 +146,13 @@ export default {
|
|
|
this.isShowDj = isShowDj
|
|
this.isShowDj = isShowDj
|
|
|
this.isShowPs = isShowPs
|
|
this.isShowPs = isShowPs
|
|
|
|
|
|
|
|
- if (!this.isShowDj) this.isPs = 1;
|
|
|
|
|
this.openAddress()
|
|
this.openAddress()
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
openAddress() {
|
|
openAddress() {
|
|
|
|
|
+ if (!this.isShowPs) this.isPs = 1;
|
|
|
|
|
+ if (!this.isShowDj) this.isDaiJian = 2;
|
|
|
|
|
+
|
|
|
if (this.isShowDj || this.isShowPs) {
|
|
if (this.isShowDj || this.isShowPs) {
|
|
|
this.showAddress = true;
|
|
this.showAddress = true;
|
|
|
|
|
|