E/weex: reportJSException >>>> instanceId:1, exception function:WEEX_CALL_JAVASCRIPT, exception:SyntaxError: Unexpected token '{'. Expected either a closing ']' or a ',' following an array element.
E/weex: onJSException -2013,SyntaxError: Unexpected token '{'. Expected either a closing ']' or a ',' following an array element.
getTemplateInfo== template md5 null ,httpHeader:{}
E/weex: commitCriticalExceptionRT :WX_ERR_JS_EXECUTEexceptionJavaScript execute error!SyntaxError: Unexpected token '{'. Expected either a closing ']' or a ',' following an array element.
getTemplateInfo== template md5 null ,httpHeader:{}
W/System: A resource failed to call close.
- 发布:2019-10-24 20:02
- 更新:2019-12-16 15:16
- 阅读:1886
uni.share({
provider: 'weixin',
scene: "WXSceneSession",
type: 5,
imageUrl: this.applyData.shareImageUrl,
title: this.applyData.shareTitle,
miniProgram: {
id: this.miniProgramData.id,
path: this.miniProgramData.path,
type: this.miniProgramData.type,
webUrl: this.miniProgramData.webUrl
},
success: (res) => {
console.log('success:' + JSON.stringify(res));
this.showToast('分享成功!');
},
fail: (err) => {
console.log('fail:' + JSON.stringify(err));
}
});
2019-12-16 15:03:32.489 27573-27647/com.tslm I/console: [ERROR][JS Framework] Failed to execute the callback function:
SyntaxError: Unexpected token '{'. Expected either a closing ']' or a ',' following an array element.
2019-12-16 15:03:32.496 27573-27647/com.tslm I/console: [ERROR]reportJSException >>>> exception function:WEEX_CALL_JAVASCRIPT, exception:JavaScript execute error!SyntaxError: Unexpected token '{'. Expected either a closing ']' or a ',' following an array element.
getTemplateInfo== template md5 null ,httpHeader:{}