小程序app is not defined
Posted God is Love
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序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的主要内容,如果未能解决你的问题,请参考以下文章
微信小程序项目打开突然报错__wxConfig is not defined?
小程序犯错:“ReferenceError: 模拟服务器传来的数据 is not defined”
关于小程序使用map组件,标记markers时报错误(ret is not defined)