// index.js // 获取应用实例 const app = getApp() Page({ data: { }, getFormVal(){ }, onLoad() { }, getUserProfile(e) { }, getUserInfo(e) { } })