//index.js
//获取应用实例
const app = getApp()
Page({
data: {
back:'../../images/back.png'
// motto: 'Hello World',
// userInfo: {},
// hasUserInfo: false,
// canIUse: wx.canIUse('button.open-type.getUserInfo')
},
//事件处理函数
bindViewTap: function() {
wx.navigateTo({
url: '../logs/logs'
})
},
onLoad: function () {
if (app.globalData.userInfo) {
this.setData({
userInfo: app.globalData.userInfo,
hasUserInfo: true
})
} else if (this.data.canIUse){
// 由于 getUserInfo 是网络请求,可能会在 Page.onLoad 之后才返回
// 所以此处加入 callback 以防止这种情况
app.userInfoReadyCallback = res => {
this.setData({
userInfo: res.userInfo,
hasUserInfo: true
})
}
} else {
// 在没有 open-type=getUserInfo 版本的兼容处理
wx.getUserInfo({
success: res => {
app.globalData.userInfo = res.userInfo
this.setData({
userInfo: res.userInfo,
hasUserInfo: true
})
}
})
}
},
getUserInfo: function(e) {
console.log(e)
app.globalData.userInfo = e.detail.userInfo
this.setData({
userInfo: e.detail.userInfo,
hasUserInfo: true
})
}
})
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
1. 猫眼电影底部标签导航微信小程序源码 1.1猫眼电影底部标签导航分为4个标签导航:电影、影院、发现、我的 1.2 打开微信开发者工具,在该项目的pages目录下新建4个目录,分别为index、mov、find、mine,对应电影、影院、发现、我的。 1.3 在该小程序的公共设置App.json文件配置页面路径以及配置窗口表现 1.4 在该小程序的公共设置App.json文件的导航标签tabBar下分别设置4个导航,并设置导航栏属性
资源推荐
资源详情
资源评论
收起资源包目录
miniprogram-test-2.rar (32个子文件)
miniprogram-test-2
project.config.json 705B
pages
index
index.wxss 406B
index.json 27B
index.wxml 666B
index.js 1KB
find
index.wxss 27B
index.json 27B
index.wxml 23B
index.js 842B
mine
index.wxss 27B
index.json 27B
index.wxml 23B
index.js 842B
mov
index.wxss 26B
index.json 27B
index.wxml 23B
index.js 841B
utils
util.js 472B
images
back.png 101KB
tabBar
order_1.png 20KB
icon_search.png 19KB
home_1.png 21KB
find2.png 19KB
find1.png 18KB
mine_1.png 20KB
home_2.png 19KB
order_2.png 18KB
mine_2.png 19KB
app.js 1KB
sitemap.json 191B
app.json 1KB
app.wxss 194B
共 32 条
- 1
资源评论
莫愁君无归期
- 粉丝: 7
- 资源: 8
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功