| | |
| | | </view> |
| | | </template> |
| | | <script> |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | import { addAddress, editAddress, getAddressDetail } from "@/api/address.js"; |
| | | import city from "@/components/m-city/m-city.vue"; |
| | | import uniMap from "@/components/uniMap"; |
| | | import city from "@/pages/mine/m-city/m-city.vue"; |
| | | import uniMap from "@/pages/subComponents/uniMap.vue"; |
| | | import permision from "@/js_sdk/wa-permission/permission.js"; |
| | | export default { |
| | | components: { |
| | | "m-city": city, |
| | | uniMap, |
| | | uniMap |
| | | }, |
| | | onShow() { |
| | | // 判断当前系统权限定位是否开启 |