罗广辉
2025-10-20 f2251d2f5c47fbe00a819f02f8d8c7ed70e60aaf
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,