Page下的data定义的变量后在控制台显示未定义
Page({
data: {
username: ‘1507010425’,
password: ‘160014’
},
inputzh: function (e) {
this.setData({
username: e.detail.value
})
console.log(username);
},
(inputzh是input下的bindinput方法)
WAService.js:3 thirdScriptError
cc is not defined;at pages/login/login page lifeCycleMethod onLoad function
ReferenceError: cc is not defined