// pages/message/index.js const util = require('../../../utils/util') const app = getApp() Component({ options: { addGlobalClass: true, multipleSlots: true }, properties: { height: { type: Number, value: 0 }, item: { type: Object, value: null } }, data: { orderList: [12, 14] }, methods: { onRestart: function () { console.log('information....start') if(!this.firstShow){ } this.firstShow = true }, fetchList: function(){ } } })