1 Star 0 Fork 6

takuxing/91_医护预约小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.js 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-30 16:06 . first commit
App({
/**
* 当小程序初始化完成时,会触发 onLaunch(全局只触发一次)
*/
onLaunch: function () {
// 登录发送给后端session
// wx.login({
// success: res => {
// if (res.code) {
// wx.request({
// url: 'https://weixin.cxdgtm.com/api/login/weixin',
// data: {
// code: res.code
// },
// success: function (res) {
// console.log(res.data)
// }
// })
// } else {
// console.log('登录失败!' + res.errMsg)
// }
// }
// })
// wx.getUserInfo({
// success: res => {
// // 可以将 res 发送给后台解码出 unionId
// //this.globalData.userInfo = res.userInfo
// }
// })
},
/**
* 当小程序启动,或从后台进入前台显示,会触发 onShow
*/
onShow: function (options) {
},
/**
* 当小程序从前台进入后台,会触发 onHide
*/
onHide: function () {
},
/**
* 当小程序发生脚本错误,或者 api 调用失败时,会触发 onError 并带上错误信息
*/
onError: function (msg) {
}//,
/**
* 全局变量
*/
// globalData: {
// userInfo: null
// }
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/takuxing/wxapp_91.git
git@gitee.com:takuxing/wxapp_91.git
takuxing
wxapp_91
91_医护预约小程序模板
master

搜索帮助