小程序app is not defined

蹉跎莫遣韶光老,人生唯有读书好。这篇文章主要讲述小程序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) {
// 转发失败
}
}
}
 
文章来源:刘俊涛的博客
地址:http://www.cnblogs.com/lovebing
【小程序app is not defined】 欢迎关注,有问题一起学习欢迎留言、评论。

    推荐阅读