罗广辉
2026-06-18 44dd9c4eb8a2489c63a5eb53fd4254bbb3510e95
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,