|
@@ -368,11 +368,13 @@
|
|
},
|
|
},
|
|
confirmed: function (area) {
|
|
confirmed: function (area) {
|
|
this.setAreaSelected(area)
|
|
this.setAreaSelected(area)
|
|
- if (this.moreThanSubCount) {
|
|
|
|
- this.popupTip = true
|
|
|
|
- } else if(!this.isNeedApi) {
|
|
|
|
|
|
+ if(!this.isNeedApi) {
|
|
sessionStorage.setItem('freeSelectArea', JSON.stringify(area))
|
|
sessionStorage.setItem('freeSelectArea', JSON.stringify(area))
|
|
history.back()
|
|
history.back()
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ if (this.moreThanSubCount) {
|
|
|
|
+ this.popupTip = true
|
|
} else {
|
|
} else {
|
|
this.userUpdate(area)
|
|
this.userUpdate(area)
|
|
}
|
|
}
|