WIP: user-vance-dev #2

Closed
Ghost wants to merge 3 commits from user-vance-dev into dev
First-time contributor
No description provided.
Ghost added 5 commits 2022-08-16 14:54:04 +08:00
gary requested changes 2022-08-16 15:16:25 +08:00
@ -0,0 +10,4 @@
getMonthPayData,
getNewUserData,
} from '@/services/dataBorad/coredata';
import MoreData from '@/pages/DataBoard/ActiveAnalysis/List/components/MoreData';
Owner

组件不要页面直接相互引用,要么放基础组件里面,要么放业务组件

组件不要页面直接相互引用,要么放基础组件里面,要么放业务组件
@ -0,0 +1,116 @@
import React, { useRef, useState } from 'react';
import Table, { ProColumns, ActionType } from '@/components/Table';
import { getRententionData } from '@/services/DataBorad/rechargeAnalysis';
Owner

命名小写

命名小写
@ -0,0 +2,4 @@
import Table, { ProColumns, ActionType } from '@/components/Table';
import { message } from 'antd';
// import { fetchTableData } from '@/utils/table';
import AddNftContractModal from '@/pages/Nft/NftContract/List/components/AddNftContract';
Owner

用相对路径

用相对路径
Ghost added 1 commit 2022-08-16 15:54:20 +08:00
Ghost added 1 commit 2022-08-17 15:57:53 +08:00
Ghost added 2 commits 2022-08-18 16:03:52 +08:00
Ghost added 2 commits 2022-08-18 16:23:29 +08:00
Ghost changed target branch from master to dev 2022-08-23 14:45:54 +08:00
Ghost added 1 commit 2022-08-23 15:46:38 +08:00
Ghost added 1 commit 2022-08-26 11:41:21 +08:00
Ghost added 1 commit 2022-08-28 22:24:22 +08:00
Ghost added 1 commit 2022-08-30 17:24:12 +08:00
gary closed this pull request 2022-09-07 16:01:05 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gary/top-block-game-frontend#2
No description provided.