xuxueyang
2024-08-03 7a89892d6ac9c181febed610b62f1aeb8145099b
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',