// 获取应用实例 var Api = require('../../utils/common.js'); var re = require('../../utils/request.js'); const app = getApp() Page({ data: { logo:'../../images/logo.jpg', imgUrls:[ '/images/logo.jpg'], twoImages:[], fiveImages:[], fourImages:[], youlike:[], threeImages:[], wonderPerson:[ {img:'/images/ava.png',user:'1',name:'Boonas',intro:'行在路上乐在其中!行在路上乐在其中!'}, {img:'/images/ava.png',user:'1',name:'Boonas',intro:'行在路上乐在其中!行在路上乐在其中!'}, {img:'/images/ava.png',user:'1',name:'Boonas',intro:'行在路上乐在其中!行在路上乐在其中!'} ], clubpage:'1' }, toSearch:function(){ wx.navigateTo({ url: './search/search' }) }, toTypeList:function(e){ // wx.navigateTo({ // url: './activeList/activeList?id='+e.currentTarget.dataset.id+'' // }) wx.navigateTo({ url: '../club/clublist/clublist?id='+e.currentTarget.dataset.id+'' }) }, toactiveing:function(){ wx.navigateTo({ url: './activeing/activeing?pid=1' }) }, torank:function(){ wx.navigateTo({ url: './rank/rank' }) }, toactiveDetail:function(e){ wx.navigateTo({ url: './activeDetail/activeDetail?id='+e.currentTarget.dataset.id+'' }) }, // 事件处理函数 bindViewTap() { wx.navigateTo({ url: '../logs/logs' }) }, onLoad() { this.getbanner(); }, onShow: function () { this.hotActive(); this.getLike(); this.getRankActive(); this.getRecommendActive(); this.getclubCircle(); this.getClubing(); }, getbanner:function(){ var that = this; var header = { token:wx.getStorageSync('token'), "Content-Type": "application/x-www-form-urlencoded" }; re.request(Api.getbanner(), '', header).then((res) => { let datas = res.data.data; that.setData({ imgUrls:datas }) console.log(this.data.imgUrls,'logloglog'); }) }, hotActive:function(){ var that = this; const imgUrl = wx.getStorageSync('imgUrl') var header = { token:wx.getStorageSync('token'), "Content-Type": "application/x-www-form-urlencoded" }; var postData = { pageSize: 4, pageNum: 1 } re.request(Api.hotActive(), postData, header).then((res) => { let datas = res.data.rows; for(let i=0;i { let datas = res.data.rows; for(let i=0;i { let datas = res.data.rows; console.log(datas.length,1111111111) for(let i=0;i { let datas = res.data.rows; for(let i=0;i { let datas = res.data.rows; for(let i=0;i { let datas = res.data.rows; for(let i=0;i { let datas = res.data.data; for(let i=0;i