//index.js
//获取应用实例
const app = getApp()
Page({
data: {
imgUrls: [
'/image/a11.jpg',
'/image/a12.jpg',
'/image/a13.jpg'
],
},
zhanshi1() {
wx.navigateTo({
url: '/pages/page9/index'
})
},
zhanshi2() {
wx.navigateTo({
url: '/pages/page8/index'
})
},
onShareAppMessage: function () {
return {
title: '分享标题:中晋木门展销助手',
path: ''
}
},
//事件处理函数
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
})
}
})
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【作品名称】:基于原生小程序实现的家具企业小程序 模板 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【项目介绍】:基于原生小程序实现的家具企业小程序 模板
资源推荐
资源详情
资源评论
收起资源包目录
家具企业小程序.zip (97个子文件)
家具企业小程序
截图
Thumbs.db 69KB
蓝子0410.png 484KB
.DS_Store 6KB
添加项目选择这个文件夹
pages
about
index.wxml 1KB
index.js 1KB
index.json 2B
index.wxss 3KB
chanp
index.wxml 1KB
index.js 184B
index.json 47B
index.wxss 2KB
index
index.wxml 1KB
index.js 2KB
index.wxss 508B
details
details.js 291B
details.wxss 2KB
details.wxml 1KB
details.json 48B
page3
index.wxml 696B
index.js 965B
index.json 46B
index.wxss 2KB
page4
index.wxml 827B
index.js 965B
index.json 46B
index.wxss 2KB
page1
index.wxml 1KB
index.js 517B
index.json 46B
index.wxss 2KB
page9
index.wxml 964B
index.js 708B
index.json 46B
index.wxss 2KB
page6
index.wxml 1KB
index.js 184B
index.json 46B
index.wxss 2KB
page8
index.wxml 867B
index.js 709B
index.json 46B
index.wxss 2KB
page5
index.wxml 1023B
index.js 965B
index.json 46B
index.wxss 2KB
logs
logs.json 52B
logs.js 261B
logs.wxml 173B
logs.wxss 106B
jieshao
index.wxml 1KB
index.js 1010B
index.json 2B
index.wxss 2KB
app.json 1KB
app.js 1KB
image
a11.jpg 43KB
31.png 4KB
a2.jpg 29KB
q2.jpg 111KB
b1.jpg 150KB
2.jpg 14KB
f2.jpg 79KB
Thumbs.db 10KB
b2.jpg 97KB
about1.jpg 36KB
s1.jpg 60KB
q1.jpg 78KB
f1.jpg 60KB
12.png 3KB
n1.png 2KB
n2.png 2KB
a1.jpg 63KB
1.jpg 48KB
b3.jpg 128KB
n4.png 5KB
weixin.png 1KB
11.png 3KB
n3.png 3KB
e1.jpg 67KB
d1.jpg 71KB
tel.png 1KB
email.png 1KB
a13.jpg 60KB
e2.jpg 76KB
lx.jpg 58KB
21.png 5KB
a12.jpg 39KB
32.png 4KB
n6.png 3KB
3.jpg 20KB
map.png 1KB
n5.png 5KB
22.png 5KB
h1.jpg 56KB
utils
util.js 472B
app.wxss 194B
共 97 条
- 1
资源评论
MarcoPage
- 粉丝: 4298
- 资源: 8839
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Java虚拟机(JVM)的内存管理与垃圾回收系统.zip
- (源码)基于QT和Python的熊猫检测系统.zip
- (源码)基于Spring Boot和Vue的直播数据可视化系统.zip
- (源码)基于Spring Boot和Vue的CRM客户管理系统.zip
- (源码)基于C#的影院票务管理系统.zip
- (源码)基于JSP和Java的校园论坛管理系统.zip
- (源码)基于Spring Boot和MyBatisPlus的在线茶叶销售系统.zip
- (源码)基于Avalonia框架的ECS管理系统.zip
- (源码)基于C#和STM32的WiFi无线门禁考勤系统.zip
- (源码)基于SSM框架的客户管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功