mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 20:36:43 +08:00
删除测试参数
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
methods: {
|
||||
async init() {
|
||||
let currMonth = dateUtil.formatDate(new Date(), 'yyyy-MM-dd')
|
||||
let data = await getCongratulationList({ date: currMonth, queryType: 'm' })
|
||||
let data = await getCongratulationList({ date: currMonth })
|
||||
let result = data.content
|
||||
let topList = result.list.splice(0, 30)
|
||||
topList.map(value => {
|
||||
|
||||
Reference in New Issue
Block a user