fix(custom): 修复若干bug

This commit is contained in:
2023-12-04 21:31:04 +08:00
parent 1499f25121
commit 4bfc3539bc
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import Taro from "@tarojs/taro";
import { ref } from "vue";
import { getPersonalInfo, editPersonalInfo } from "@/api/user";
import { editPersonalInfo } from "@/api/user";
import { View } from "@tarojs/components";
import { BASE_URL } from "@/utils/request";