代码拉取完成,页面将自动刷新
// app.js
const req = require("./utils/request");
App({
onLaunch() {
// 获取系统信息
const systemInfo = wx.getSystemInfoSync();
// 胶囊按钮位置信息
const menuButtonInfo = wx.getMenuButtonBoundingClientRect();
// 导航栏高度 = 状态栏高度 + 44
this.globalData.navBarHeight = systemInfo.statusBarHeight + 44;
// this.globalData.dHeigth = systemInfo.statusBarHeight
// this.globalData.menuRight = systemInfo.screenWidth - menuButtonInfo.right;
this.globalData.menuTop = menuButtonInfo.top;
// this.globalData.menuHeight = menuButtonInfo.height;
// 登录
wx.login({
success: res => {
// 发送 res.code 到后台换取 openId, sessionKey, unionId
}
})
},
//获取
getCheck() {
return new Promise(function (resolve, reject) {
// 登录
wx.login({
success: ret => {
req.GP('api/cust_login/reg_check', {
code: ret.code,
}).then(res => {
resolve(res.data)
wx.setStorageSync('c_token', res.data.token);
})
},
fail: ret => {
resolve(null)
},
})
})
},
globalData: {
userInfo: null,
// 存取地址
address: null,
// 优惠券
Coupon: null,
// 查询订单
skulist: null,
menuTop:null
}
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。