有两种情况第一种是可能你的this指向不正确,改变一下this指向就行了
var that = this;
第二种的话就是在app.js里面初始化一下globalData
App({globalData:{appid: '1wqas2342dasaqwe232342xxxxxxxxxx',//appid需自己提供,此处的appid我随机编写 secret: 'e0dassdadef2424234209bwXXXXXXXXXXXXXX',//secret需自己提供,此处的secret我随机编写 openid:'你好', //自定义},