// pages/flcx/flcx.js const app = getApp(); Page({ /** * 页面的初始数据 */ data: { CustomBar: app.globalData.CustomBar, wordList: ['标签', '标签', '标签', '标签', '标签', '标签', '标签', '标签', '标签'], items: [...new Array(20)].map((n, i) => ({ title: `Pull down ${i}`, content: 'Wux Weapp' })) }, /** * 生命周期函数--监听页面加载 */ onLoad: function(options) { } })