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