You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

77 lines
1.4 KiB

// pages/index/teamJoin/teamJoin.js
Page({
/**
* 页面的初始数据
*/
data: {
detail:{title:'【侗族侗年摄影】乐里侗年',startTime:'2020-10-10',endTime:'2020-10-10 至 2020-12-10',leader:'张三',
deadline:'2020-10-10 12:00',people:'100',guanprice:'128',teamprice:'108'},
people:12,
personList:[
{img:'../../../images/ava.png',name:'李三',time:'2020-10-10 12:00'},
{img:'../../../images/ava.png',name:'李三',time:'2020-10-10 12:00'},
{img:'../../../images/ava.png',name:'李三',time:'2020-10-10 12:00',help:'1',helpname:'张可'},
],
},
tojion:function(){
wx.navigateTo({
url: '../myjoin/myjoin'
})
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})