// const api = require('../../../../utils/home') // import util from '../../../../utils/util' // import { getTimestamp } from '../../../../utils/common' Page({ data: { noticeObj: {} }, onLoad (options) { this.data.noticeObj = {...options} this.setData({ noticeObj:this.data.noticeObj }) } })