From 06f46024ef4ab0e3a7361abb7202ec98aa9c54f7 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 02 八月 2024 11:14:14 +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