wlzboy
2026-03-24 6676a35122fd9c97d1b1679c211bc8a9b97f08f2
app/pages/mine/avatar/index.vue
@@ -40,9 +40,10 @@
  import config from '@/config'
  import store from "@/store"
  import { uploadAvatar } from "@/api/system/user"
  import { getSystemInfo } from '@/utils/common'
  
  const baseUrl = config.baseUrl
   let sysInfo = uni.getSystemInfoSync()
   const sysInfo = getSystemInfo()
   let SCREEN_WIDTH = sysInfo.screenWidth
   let PAGE_X, // 手按下的x位置
      PAGE_Y, // 手按下y的位置