1
xuxueyang
2024-07-31 fba19090a86a4821fd70c301a5a0cd1e4b7f3244
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',