wangning hace 5 años
padre
commit
18b5e8b060
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mallApp/src/components/app-delivery.vue

+ 1 - 1
mallApp/src/components/app-delivery.vue

@@ -183,7 +183,7 @@
     <app-area-sel
       :isFocus="false"
       :show.sync="showRegion" 
-      :city="form.receiveCity" 
+      :city="form.city" 
       @change="changeAreaFn" />
   </div>
 </template>