//app.js
App({
onLaunch: function () {
//调用API从本地缓存中获取数据
var logs = wx.getStorageSync('logs') || []
logs.unshift(Date.now())
wx.setStorageSync('logs', logs)
},
getUserInfo:function(cb){
var that = this
if(this.globalData.userInfo){
typeof cb == "function" && cb(this.globalData.userInfo)
}else{
//调用登录接口
wx.login({
success: function () {
wx.getUserInfo({
success: function (res) {
that.globalData.userInfo = res.userInfo
typeof cb == "function" && cb(that.globalData.userInfo)
}
})
}
})
}
},
globalData:{
userInfo:null
}
})
没有合适的资源?快使用搜索试试~ 我知道了~
微信小程序demo:时光机(源代码+截图)
共45个文件
jpg:11个
png:8个
js:7个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 92 浏览量
2022-06-19
18:24:20
上传
评论
收藏 261KB ZIP 举报
温馨提示
微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码+截图)微信小程序demo:时光机(源代码
资源推荐
资源详情
资源评论
收起资源包目录
微信小程序demo:时光机(源代码+截图).zip (45个子文件)
微信小程序demo:时光机
视频教程下载uihuo.com.url 120B
UI设计交流平台图翼tuyiyi.com.url 121B
SimpleAppForBelinda-master
SimpleAppForBelinda
utils
util.js 460B
app.wxss 69B
app.js 719B
pages
personal
personal.json 2B
personal.js 339B
personal.wxml 0B
personal.wxss 34B
YueMe
yueme.wxss 2KB
yueme.wxml 5KB
yueme.js 333B
yueme.json 82B
index
index.wxml 1KB
index.js 478B
index.wxss 640B
index.json 2B
chat
chat.wxss 26B
chat.wxml 0B
chat.json 2B
chat.js 331B
logs
logs.json 54B
logs.wxml 188B
logs.js 266B
logs.wxss 106B
app.json 1KB
images
onecityyuedan.jpg 15KB
index-four.jpg 28KB
tab_dynamic_selected.png 2KB
tab_cityse_select.png 4KB
tab_contact_selected.png 2KB
index-one.jpg 29KB
hot.jpg 14KB
tab_contact_normal.png 1KB
friendsyuedan.jpg 14KB
swiper-1.jpg 85KB
index-three.jpg 31KB
tab_message_selected.png 1KB
comment.jpg 12KB
xiaoshou.jpg 12KB
index-two.jpg 28KB
tab_message_normal.png 1KB
tab_dynamic_normal.png 1KB
tab_cityse_normal.png 4KB
免费领取100G精品素材干货.jpg 44KB
共 45 条
- 1
资源评论
荣华富贵8
- 粉丝: 214
- 资源: 7653
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功