WXL
2026-01-22 07ac4ff1e9cc0e4181ac196d4cd597e44ff3aa7b
src/components/Address/index.vue
@@ -81,7 +81,6 @@
    getAddressData() {
      var that = this;
      console.log(store.getters.addressArray,'addressArray');
      if (store.getters.addressArray.length) {
        that.addressArray = store.getters.addressArray.length;
        //默认值赋值获取城市数组
@@ -109,7 +108,6 @@
        }).then(function(response) {
          if (response.code === 200) {
            //获取地址
            that.addressArray = response.data;
            //默认值赋值获取城市数组
            if (that.caddress.sheng) {