|
@@ -13,13 +13,28 @@ Page({
|
|
infoHeight: '',
|
|
infoHeight: '',
|
|
list: [
|
|
list: [
|
|
{
|
|
{
|
|
- id: '1', name: '朝阳区乒乓球比赛', head2: '/image/head2.png', head1: '/image/head1.png',fraction2: '1', groupname2: '马尼拉老年组', group: '第一组', fraction1: '2', groupname1: '哈拉海队幼儿园', match: '循环赛', week: '星期五', time: '13:00',
|
|
|
|
- state: '进行中', date: '2022.01.15', address: '吉林省长春市远创国际A座'
|
|
|
|
|
|
+ id: '1', name: '朝阳区乒乓球比赛', head2: '/image/head2.png', head1: '/image/head1.png', fraction2: '1', groupname2: '马尼拉老年组', group: '第一组', fraction1: '2', groupname1: '哈拉海队幼儿园', match: '循环赛', week: '星期五', time: '13:00',
|
|
|
|
+ state: '进行中', listbisai: [
|
|
|
|
+ {
|
|
|
|
+ id: '1', head2: '/image/head2.png', head1: '/image/head1.png', fraction2: '1', groupname2: '马尼拉老年组', group: '第一组', fraction1: '2', groupname1: '哈拉海队幼儿园', match: '循环赛'
|
|
|
|
+ }
|
|
|
|
+ ], date: '2022.01.15', address: '吉林省长春市远创国际A座'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: '1', name: '经开区足球比赛', fraction2: '1', groupname2: '马尼拉老年组', group: '第二组', fraction1: '2', groupname1: '哈拉海队幼儿园', match: '循环赛',
|
|
|
|
+ week: '星期一', listbisai: [], head2: '/image/head2.png', head1: '/image/head1.png', time: '09:00', state: '待比赛', date: '2022.01.20', address: '吉林省长春市远创国际A座'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: '1', name: '经开区足球比赛', fraction2: '1', groupname2: '马尼拉老年组', group: '第二组', fraction1: '2', groupname1: '哈拉海队幼儿园', match: '循环赛',
|
|
|
|
+ week: '星期一', listbisai: [], head2: '/image/head2.png', head1: '/image/head1.png', time: '09:00', state: '报名中', date: '2022.01.20', address: '吉林省长春市远创国际A座'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: '1', name: '经开区足球比赛', fraction2: '1', groupname2: '马尼拉老年组', group: '第二组', fraction1: '2', groupname1: '哈拉海队幼儿园', match: '循环赛',
|
|
|
|
+ week: '星期一', listbisai: [], head2: '/image/head2.png', head1: '/image/head1.png', time: '09:00', state: '已结束', date: '2022.01.20', address: '吉林省长春市远创国际A座'
|
|
},
|
|
},
|
|
- { id: '1', name: '经开区足球比赛', fraction2: '1', groupname2: '马尼拉老年组', group: '第二组', fraction1: '2', groupname1: '哈拉海队幼儿园', match: '循环赛',
|
|
|
|
- week: '星期一', head2: '/image/head2.png', head1: '/image/head1.png', time: '09:00', state: '待比赛', date: '2022.01.20', address: '吉林省长春市远创国际A座' },
|
|
|
|
],
|
|
],
|
|
},
|
|
},
|
|
|
|
+
|
|
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` })
|