做一个登录界面,user是用户名和密码、身份标识字段的集合,人工添加的数据,调试时出现 ReferenceError: userN is not defined ? 1、JS文件 const app = getApp(); const db = wx.cloud.database() const _ = db.command Page({ data: { userName: false, userPassword: false, userN:'' }, onLoad: f...
报错:MiniProgram Error user is not defined ReferenceError: user is not defined MiniProgramError VM528:1 user is not defined ReferenceError: user is not defined at http:/...