Page({
data:{
titleName:null,
types: [
{
'type':'照相',
'image':'/image/icon_API_HL.png',
'plains':true
},
{
'type':'祛痘体验',
'image':'/image/icon_API_HL.png',
'plains':true
},
{
'type':'祛痘',
'image':'/image/icon_API_HL.png',
'plains':true
},
{
'type':'祛黑头',
'image':'/image/icon_API_HL.png',
'plains':true
},
{
'type':'照相',
'image':'/image/icon_API_HL.png',
'plains':true
},
{
'type':'祛痘体验',
'image':'/image/icon_API_HL.png',
'plains':true
},
{
'type':'祛痘',
'image':'/image/icon_API_HL.png',
'plains':true
},
{
'type':'祛黑头',
'image':'/image/icon_API_HL.png',
'plains':true
},
{
'type':'照相',
'image':'/image/icon_API_HL.png',
'plains':true
}
],
color:'black'
},
onLoad:function(options){
// 页面初始化 options为页面跳转所带来的参数
wx.setNavigationBarTitle({
title: options.name,
success: function(res) {
// success
}
})
this.setData({
titleName:options.name
})
console.log("5")
},
onReady:function(){
// 页面渲染完成
// wx.setNavigationBarTitle({
// title : this.data.titleName+'项目'
// })
console.log("1")
},
onShow:function(){
// 页面显示
console.log("2")
},
goToNextA(e){
console.log(e);
//获取到数组
var typeA = this.data.types;
//循环数组
for (var i=0; i<typeA.length; ++i){
//寻找到相应下标的数组元素时
if (e.currentTarget.id == i){
//按钮的镂空状态设置为非
typeA[i].plains = !typeA[i].plains;
}
}
this.setData({
//保存全局数组
types: typeA
})
}
})
// Page({
// data:{
// // text:"这是一个页面"
// tip:'',
// userName:'',
// psw:''
// },
// formBindsubmit:function(e){
// console.log(e.detail);
// if(e.detail.value.userName.length==0||e.detail.value.psw.length==0){
// this.setData({
// tip:'提示:用户名和密码不能为空!',
// userName:'',
// psw:''
// })
// }else{
// this.setData({
// tip:'',
// userName:'用户名:'+e.detail.value.userName,
// psw:'密码:'+e.detail.value.psw
// })
// }
// console.log(e.detail);
// },
// formReset:function(){
// this.setData({
// tip:'',
// userName:'',
// psw:''
// })
// }
// })
小徐博客
- 粉丝: 1975
- 资源: 5774
最新资源
- 索尼(SONY)Walkman NW-WM1_V1.10.00升级固件
- 最新视频CMS源码 附搭建教程
- 索尼(SONY)Walkman NW-WM1_V0.92.00升级固件
- 目标检测-电线杆数据集2127张YOLO+VOC格式.zip
- 电子学习资料设计作品全资料串行通信的电子密码锁资料
- 电子学习资料设计作品全资料单片机交通灯设计资料
- 电子学习资料设计作品全资料单片机C语言程序设计实训100例-基于8051+Proteus仿真
- 毕设-PHP-[整站程序]创佳迷你全站系统 v1.0_mtv23.zip
- 毕设-PHP-[整站程序]Wap Portal Server v1.21 (PHP+MYSQL的WAP整站)_wap21.zip
- 毕设-PHP-[整站程序]WordPress英文网站(带27000文章数据)_wp22.zip
- 毕设-PHP-[整站程序]打听网(wordpress打造cms)_wordpress_cms24.zip
- 毕设-PHP-[整站程序]杭州家教网_jj057126.zip
- 毕设-PHP-[整站程序]东方自助网站系统v3.0_dfautov3025.zip
- 毕设-PHP-[整站程序]金玄网整站系统vBoardv1.0 RC1_vboard10rc129.zip
- 毕设-PHP-[整站程序]华旭商务网_huaxu27.zip
- 毕设-PHP-[整站程序]极度迅雷影视整站_0995928.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈