|
@@ -16,13 +16,10 @@ Page({
|
|
|
// 主体高度
|
|
|
infoHeight: '',
|
|
|
total: '4',
|
|
|
- listbisai: [
|
|
|
- {
|
|
|
- id: '1', head2: '/image/head2.png', head1: '/image/head1.png', fraction2: '0', groupname2: '马尼拉组', fraction1: '0', site: '第一场', groupname1: '哈拉海组', week: '星期五', time: '13:00',
|
|
|
- state: '已结束', date: '01.15', start: '未开始'
|
|
|
- }
|
|
|
- ],
|
|
|
- // list: [{ src: '/image/tou.png', },],
|
|
|
+ item:{
|
|
|
+ id: '1', head2: '/image/head2.png', head1: '/image/head1.png', fraction2: '0', groupname2: '马尼拉组', fraction1: '0', site: '第一场', groupname1: '哈拉海组', week: '星期五', time: '13:00',
|
|
|
+ state: '已结束', date: '01.15', start: '未开始'
|
|
|
+ },
|
|
|
item1: {},
|
|
|
list3: [],
|
|
|
//头像
|
|
@@ -177,49 +174,42 @@ Page({
|
|
|
if (frameStyle.useBar) infoHeight = infoHeight - 50;
|
|
|
if (infoHeight) this.setData({ infoHeight: infoHeight })
|
|
|
},
|
|
|
-
|
|
|
/**
|
|
|
* 生命周期函数--监听页面初次渲染完成
|
|
|
*/
|
|
|
onReady: function () {
|
|
|
|
|
|
},
|
|
|
-
|
|
|
/**
|
|
|
* 生命周期函数--监听页面显示
|
|
|
*/
|
|
|
onShow: function () {
|
|
|
|
|
|
},
|
|
|
-
|
|
|
/**
|
|
|
* 生命周期函数--监听页面隐藏
|
|
|
*/
|
|
|
onHide: function () {
|
|
|
|
|
|
},
|
|
|
-
|
|
|
/**
|
|
|
* 生命周期函数--监听页面卸载
|
|
|
*/
|
|
|
onUnload: function () {
|
|
|
|
|
|
},
|
|
|
-
|
|
|
/**
|
|
|
* 页面相关事件处理函数--监听用户下拉动作
|
|
|
*/
|
|
|
onPullDownRefresh: function () {
|
|
|
|
|
|
},
|
|
|
-
|
|
|
/**
|
|
|
* 页面上拉触底事件的处理函数
|
|
|
*/
|
|
|
onReachBottom: function () {
|
|
|
|
|
|
},
|
|
|
-
|
|
|
/**
|
|
|
* 用户点击右上角分享
|
|
|
*/
|