Merge branch 'dev' into devbra
This commit is contained in:
commit
b8af68e26b
@ -112,6 +112,7 @@ export default function CopyrightGgoods() {
|
||||
// console.log('呵呵', goodsFlag);
|
||||
// console.log('嘻嘻', state.goodsFlag);
|
||||
// return
|
||||
setData([])
|
||||
try {
|
||||
setLoading(true)
|
||||
const res: any = await buyGoodsList({
|
||||
@ -436,7 +437,7 @@ export default function CopyrightGgoods() {
|
||||
<Pagination
|
||||
showSizeChanger={false}
|
||||
current={page} total={total} defaultPageSize={20} onChange={(page) => {
|
||||
console.log(page)
|
||||
// console.log(page)
|
||||
setPage(page)
|
||||
}} />
|
||||
</div>
|
||||
|
@ -253,6 +253,7 @@ export default function ProductRelease() {
|
||||
const [selectTypeArray, setSelectTypeArray] = useState<any>([]) // 选择的软著类型
|
||||
|
||||
const getGoodsDate = async (page: number) => {
|
||||
setData([])
|
||||
try {
|
||||
setLoading(true)
|
||||
const res: any = await getGoodsList({
|
||||
|
@ -1,4 +1,4 @@
|
||||
import React from 'react'
|
||||
// import React from 'react'
|
||||
import nothingImg from '../../static/appimgs/nothing.png'
|
||||
export default function TrademarkMall() {
|
||||
const height = window.innerHeight - 180;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import React from 'react'
|
||||
// import React from 'react'
|
||||
import { Button } from 'antd'
|
||||
export default function editFive(props: any) {
|
||||
const height = window.innerHeight - 350;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import React from 'react'
|
||||
// import React from 'react'
|
||||
import { Button } from 'antd'
|
||||
export default function editFour(props: any) {
|
||||
const height = window.innerHeight - 350;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import React from 'react'
|
||||
// import React from 'react'
|
||||
import { Button } from 'antd'
|
||||
export default function editSix(props: any) {
|
||||
const height = window.innerHeight - 350;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import React from 'react'
|
||||
// import React from 'react'
|
||||
import { Button } from 'antd'
|
||||
export default function editThree(props: any) {
|
||||
const height = window.innerHeight - 350;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import React from 'react'
|
||||
// import React from 'react'
|
||||
import { Button } from 'antd'
|
||||
export default function editTwo(props: any) {
|
||||
const height = window.innerHeight - 350;
|
||||
|
@ -172,6 +172,7 @@ export default function TradingGoods() {
|
||||
const [buyInfoModal, setBuyInfoModal] = useState(false) // 填写购买人信息弹窗
|
||||
|
||||
const getDataList = async (page: number) => {
|
||||
setData([])
|
||||
try {
|
||||
setLoading(true)
|
||||
const res: any = await getBuyOrderList({
|
||||
|
@ -62,6 +62,7 @@ export default function TransactionOrder() {
|
||||
|
||||
const [data, setData] = useState<DataType[]>([]); // 表格数据
|
||||
const getDataList = async (page: number) => {
|
||||
setData([])
|
||||
try {
|
||||
setLoading(true)
|
||||
const res: any = await getSellOrderList({
|
||||
|
Loading…
Reference in New Issue
Block a user