0
点赞
收藏
分享

微信扫一扫

小程序app is not defined

错误记录:

小程序丨 报错:app is not defined;

解决方案:

Js头部添加:var app = getApp();

返回按钮:

wx.navigateBack();

转发功能:

onShareAppMessage: function (res) {


if (res.from === 'button') {

console.log(res.target)

}


return {

title: '大学考试题库',

path: '/pages/choiceMain/choiceMain',

success: function (res) {


// 转发成功

},

fail: function (res) {


// 转发失败

}

}

}

欢迎关注,有问题一起学习欢迎留言、评论。

你要保守你心,胜过保守一切。

作者:刘俊涛的博客​​




举报

相关推荐

0 条评论