罗广辉
2026-05-08 be4e2d7c2b330c3b8991a0286ea16cc1285b9ec0
src/hooks/use-share/index.js
@@ -10,7 +10,7 @@
 * onShareAppMessage()
 * onShareTimeline()
 */
export default function useShare(options) {
export default function useShare (options) {
  // #ifdef MP-WEIXIN
  const title = options?.title ?? ""
  const path = options?.path ?? ""