| | |
| | | </view> |
| | | </template> |
| | | <script> |
| | | import '@/uview-components/uview-ui' |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | import { saveUserInfo, getUserInfo } from "@/api/members.js"; |
| | | import { upload } from "@/api/common.js"; |
| | | import storage from "@/utils/storage.js"; |
| | | import uFormItem from "@/uview-components/uview-ui/components/u-form-item/u-form-item.vue"; |
| | | import city from "@/components/m-city/m-city.vue"; |
| | | export default { |
| | | components: { uFormItem, "m-city": city }, |
| | | components: { "m-city": city }, |
| | | data() { |
| | | return { |
| | | lightColor: this.$lightColor, //高亮颜色 |