1 Star 0 Fork 0

Mark1/XCX_NO1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.js 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mark1 提交于 2019-05-25 16:40 . comment: index buy home address
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
App({
onLaunch: function() {
var _this = this;
var logs = wx.getStorageSync('logs') || [];
logs.unshift(Date.now());
wx.setStorageSync('logs', logs);
wx.login({
success: function(_res) {}
});
wx.getSetting({
success: function(res) {
if (res.authSetting['scope.userInfo']) {
wx.getUserInfo({
success: function(res) {
_this.globalData.userInfo = res.userInfo;
if (_this.userInfoReadyCallback) {
_this.userInfoReadyCallback(res.userInfo);
}
}
});
}
}
});
},
globalData: {
// HOST: 'http://127.0.0.1:9000/service/xcx/'
HOST: 'https://testservice.guoxueshutong.com/service/xcx/'
},
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/CooMark/XCX_NO1.git
git@gitee.com:CooMark/XCX_NO1.git
CooMark
XCX_NO1
XCX_NO1
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385