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.

36 lines
555 B

const _app = getApp<IAppOption>()
Page({
1 month ago
data: {
names: [
'张吉惟',
'林国瑞',
'林玟书',
'林雅南',
'江奕云',
'刘柏宏',
'阮建安',
'林子帆',
'夏志豪',
'吉茹定',
'李中冰',
'黄文隆',
'谢彦文',
'傅智翔',
'洪振霞',
'刘姿婷',
'荣姿康',
'吕致盈',
'方一强',
],
},
onLoad() {},
handleInfo() {
wx.navigateTo({
url: '/ground/pages/stat/index',
})
},
})
export {}