From fba19090a86a4821fd70c301a5a0cd1e4b7f3244 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 31 七月 2024 18:35:21 +0800 Subject: [PATCH] 1 --- pages/user/address/address.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pages/user/address/address.vue b/pages/user/address/address.vue index 5deb06e..5a7fc55 100644 --- a/pages/user/address/address.vue +++ b/pages/user/address/address.vue @@ -219,6 +219,8 @@ }, async init_area() { if (this.regionDataPlus && this.regionDataPlus.length > 0) { + + }else{ const res = await this.$http.request('get', '/api/pub/china/area/json') this.regionDataPlus = res.data && JSON.parse(res.data.replaceAll('code', 'value').replaceAll( 'name', -- Gitblit v1.9.3