HarmonyOS-Next / interview-handbook-project

《面试通》鸿蒙原生应用,源码+教程
https://harmonyos-next.github.io/interview-handbook-project/
312 stars 61 forks source link

点击我的-推荐分享闪退 #9

Closed programmelearn closed 4 months ago

programmelearn commented 4 months ago

Error message:Cannot read property SharedData of undefined SourceCode: const data = new systemShare.SharedData({ ^ Stacktrace: Cannot get SourceMap info, dump raw stack: at anonymous (products/phone/build/default/cache/default/default@CompileArkTS/esmodule/debug/features/mine/src/main/ets/views/MineComp.ts:390:34) at anonymous (products/phone/build/default/cache/default/default@CompileArkTS/esmodule/debug/features/mine/src/main/ets/views/MineComp.ts:154:33)

zhousg commented 4 months ago

if (systemShare?.SharedData) { // 分享逻辑 (模拟器不支持) }