|
@@ -10,16 +10,17 @@ Page({
|
|
src: '/image/fen.jpg',
|
|
src: '/image/fen.jpg',
|
|
src3: '/image/huang.png',
|
|
src3: '/image/huang.png',
|
|
src4: '/image/zan.png',
|
|
src4: '/image/zan.png',
|
|
|
|
+ showMore: false,
|
|
frameStyle: { useTop: false, name: '我的', leftArrow: false, useBar: true },
|
|
frameStyle: { useTop: false, name: '我的', leftArrow: false, useBar: true },
|
|
// 主体高度
|
|
// 主体高度
|
|
infoHeight: '',
|
|
infoHeight: '',
|
|
- total:'4',
|
|
|
|
|
|
+ total: '4',
|
|
listbisai: [
|
|
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:'未开始'
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
|
|
+ {
|
|
|
|
+ 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: [
|
|
list: [
|
|
{
|
|
{
|
|
id: '1', name: '张爽', company: '福瑞科技有限公司', gender: '女', src: '/image/tou.png', address: '马利克克海拉队', team: '队员',
|
|
id: '1', name: '张爽', company: '福瑞科技有限公司', gender: '女', src: '/image/tou.png', address: '马利克克海拉队', team: '队员',
|
|
@@ -32,13 +33,25 @@ Page({
|
|
{
|
|
{
|
|
id: '2', head: '/image/head1.png', group: '尼奥尔队', time: '08:30', ball: '篮球', date: '2022.01.15', person: '9',
|
|
id: '2', head: '/image/head1.png', group: '尼奥尔队', time: '08:30', ball: '篮球', date: '2022.01.15', person: '9',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ id: '1', head: '/image/head1.png', group: '哈拉海队', time: '08:30', ball: '足球', grade: 'c', date: '2022.01.15', person: '10',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: '1', head: '/image/head1.png', group: '哈拉海队', time: '08:30', ball: '足球', grade: 'c', date: '2022.01.15', person: '10',
|
|
|
|
+ },
|
|
],
|
|
],
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
tabPath(e) {
|
|
tabPath(e) {
|
|
let query = e.detail.detail;
|
|
let query = e.detail.detail;
|
|
if (query) wx.redirectTo({ url: `/pages/${query}/index` })
|
|
if (query) wx.redirectTo({ url: `/pages/${query}/index` })
|
|
},
|
|
},
|
|
|
|
+ //展开
|
|
|
|
+ listToggle: function () {
|
|
|
|
+ this.setData({
|
|
|
|
+ showMore: !this.data.showMore
|
|
|
|
+ })
|
|
|
|
+ },
|
|
/**
|
|
/**
|
|
* 生命周期函数--监听页面加载
|
|
* 生命周期函数--监听页面加载
|
|
*/
|
|
*/
|