1 Star 0 Fork 14

青岛青禾联尚网络科技有限公司 / weni

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
小滕 提交于 2020-07-28 17:51 . 微信小程序登录
import {
base
} from './api/index';
App({
onLaunch: function () {
// 请求meedu的系统配置
base.config().then(res => {
this.globalData.user_protocol = res.user_protocol;
this.globalData.user_private_protocol = res.user_private_protocol;
this.globalData.aboutus = res.aboutus;
this.globalData.player_cover = res.player.cover;
})
// 小程序session flash
wx.login({
success: (res) => {
base.wxLogin({
code: res.code
}).then(res => {
wx.setStorageSync('openid', res.openid);
})
}
})
},
globalData: {
AppName: 'MeEdu',
Version: 'v2.0',
user_protocol: '',
user_private_protocol: '',
aboutus: '',
player_cover: ''
}
})
PHP
1
https://gitee.com/huiweivip/weni.git
git@gitee.com:huiweivip/weni.git
huiweivip
weni
weni
master

搜索帮助