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