onShareAppMessage
小程序删除后,再打开之前分享的卡片后页面空白,从上面重进小程序后再退出打开卡片正常,下面是报错,愁死了,根本没法看哪里的问题
(0,n(8499).C) is not a function. (In '(0,n(8499).C)()', '(0,n(8499).C)' is undefined)
8830@https://usr//appservice.app.js:5772:14325
e@https://usr//appservice.app.js:5774:151
8806@https://usr//appservice.app.js:5772:17485
e@https://usr//appservice.app.js:5774:151
8499@https://usr//appservice.app.js:5772:11848
e@https://usr//appservice.app.js:5774:151
3919@https://usr//appservice.app.js:5772:18925
e@https://usr//appservice.app.js:5774:151
2193@https://usr//appservice.app.js:5772:24766
e@https://usr//appservice.app.js:5774:151
7266@https://usr//more/transition/transition.appservice.js:63:238
e@https://usr//appservice.app.js:5774:151
@https://usr//appservice.app.js:5774:486
@https://usr//more/transition/transition.appservice.js:63:3078
r@https://usr//appservice.app.js:5774:1489
r@[native code]
@https://usr//more/transition/transition.appservice.js:63:97
@https://usr//more/transition/transition.appservice.js:63:3084
@https://lib/WASubContext.js:1:520671
runWith@https://lib/WASubContext.js:1:510363
V@https://lib/WASubContext.js:1:520655
@https://lib/WASubContext.js:1:512828
forEach@[native code]
flushQueue@https://lib/WASubContext.js:1:512808
i@https://lib/WASubContext.js:1:157605
@https://lib/WASubContext.js:1:359588
@https://lib/WASubContext.js:1:440273
batchInjectComponents@https://lib/WASubContext.js:1:440391
injectComponentsRecursively@https://lib/WASubContext.js:1:441472
hs@https://lib/WASubContext.js:1:434638
create@https://lib/WASubContext.js:1:475953
@https://lib/WASubContext.js:1:488312
@https://lib/WASubContext.js:1:452232
@https://lib/WASubContext.js:1:490590
@https://lib/WASubContext.js:1:452232
@https://lib/WASubContext.js:1:495829
@https://lib/WASubContext.js:1:452232
Cr@https://lib/WASubContext.js:1:496495
@https://lib/WASubContext.js:1:451305
@https://lib/WAServiceMainContext.js:1:626965
emitInternal@https://lib/WAServiceMainContext.js:1:632201
OR@https://lib/WAServiceMainContext.js:1:941605
L@https://lib/WAServiceMainContext.js:1:1840100
@https://lib/WAServiceMainContext.js:1:1841301
@https://lib/WAServiceMainContext.js:1:982131
@https://lib/WAServiceMainContext.js:1:627064
emit@https://lib/WAServiceMainContext.js:1:632109
@https://lib/WAServiceMainContext.js:1:633182
@https://lib/WAServiceMainContext.js:1:623436
@https://lib/WAServiceMainContext.js:1:614200
emit@https://lib/WAServiceMainContext.js:1:119296
emit@[native code]
emit@https://lib/WAServiceMainContext.js:1:118915
subscribeHandler@https://lib/WAServiceMainContext.js:1:122439
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
工具清空所有缓存,然后用编译模式直接进入分享的那个页面试一下有没有问题。(路径+参数跟分享出去的要一样)
分享路径发下
<nut-button type="info" color="linear-gradient(315deg, #1474f9 0%, #498ef2 100%)" open-type="share">发送给微信好友</nut-button>
你不是原生开发吧