chenyao
2025-10-17 4de4baa6eea8f80160f6cdc8a4ebd17c0c48f0ee
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,