187 Star 652 Fork 221

tumobi/nideshop-mini-program

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
app.js 402 Bytes
Copy Edit Raw Blame History
tumobi authored 2018-11-20 00:02 +08:00 . fix 修复微信登录失败问题
App({
onLaunch: function () {
try {
this.globalData.userInfo = JSON.parse(wx.getStorageSync('userInfo'));
this.globalData.token = wx.getStorageSync('token');
} catch (e) {
console.log(e);
}
},
globalData: {
userInfo: {
nickname: '点击登录',
avatar: 'http://yanxuan.nosdn.127.net/8945ae63d940cc42406c3f67019c5cb6.png'
},
token: '',
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tumobi/nideshop-mini-program.git
git@gitee.com:tumobi/nideshop-mini-program.git
tumobi
nideshop-mini-program
nideshop-mini-program
master

Search