罗广辉
2026-05-15 e3c2cd23253f3501be7d31e03955fbb6f4aa3556
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 ?? ""