Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -368,11 +368,13 @@
},
confirmed: function (area) {
this.setAreaSelected(area)
- if (this.moreThanSubCount) {
- this.popupTip = true
- } else if(!this.isNeedApi) {
+ if(!this.isNeedApi) {
sessionStorage.setItem('freeSelectArea', JSON.stringify(area))
history.back()
+ return
+ }
+ if (this.moreThanSubCount) {
+ this.popupTip = true
} else {
this.userUpdate(area)
}
@@ -374,11 +374,13 @@