var Api = require('../../../utils/common.js'); var re = require('../../../utils/request.js'); Page({ /** * 页面的初始数据 */ data: { otheractive:[], }, tomanege:function(e){ wx.redirectTo({ url: '../signIndex/signIndex?activity_id='+e.currentTarget.id }) }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { }, /** * 生命周期函数--监听页面初次渲染完成 */ onReady: function () { }, /** * 生命周期函数--监听页面显示 */ onShow: function () { this.getActiveList(); }, getActiveList:function(){ var that = this; const imgUrl = wx.getStorageSync('imgUrl') var header = { token:wx.getStorageSync('token'), "Content-Type": "application/x-www-form-urlencoded" }; var postData={ }; re.request(Api.manageList(), postData, header).then((res) => { let datas = res.data.rows; for(let i=0;i