//index.js //获取应用实例 const app = getApp() Page({ data: { exchangeList: [ { type: '微信', number: '1200.00', create_time: '2020-12-12', status: '已处理', }, ] }, //提交 onLoad: function () { }, })