24 Star 36 Fork 44

qclouds / zy_wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
2258650676@qq.com 提交于 2022-01-13 12:42 . docs
// app.js
App({
onLaunch() {
// 展示本地存储能力
const logs = wx.getStorageSync('logs') || []
logs.unshift(Date.now())
wx.setStorageSync('logs', logs)
// 登录
wx.login({
success: res => {
// 发送 res.code 到后台换取 openId, sessionKey, unionId
}
})
},
globalData: {
userInfo: null,
info:'',
token:'',
productList:[],
departmentList:[],
title1:'所有部门',
toUser:false,
httpUrl: 'https://prod.iotn2n.com/',
serverUrl:'https://prod.iotn2n.com',
tag:'',
}
})
HTML/CSS
1
https://gitee.com/qclouds_0/dgiot_wechat.git
git@gitee.com:qclouds_0/dgiot_wechat.git
qclouds_0
dgiot_wechat
zy_wechat
master

搜索帮助