chenyao
2025-12-01 08fcc710d0a2acb185b3477d72fe32aff6f2e29a
src/hooks/use-loading/index.js
@@ -7,7 +7,7 @@
 * // 隐藏loading
 * hideLoading()
 */
export default function useLoading() {
export default function useLoading () {
  const showLoading = (content = "加载中") => {
    uni.showLoading({
      title: content,