Commit a6799e72 authored by GuanHua's avatar GuanHua

fix: 商城装修获取资讯接口传参修改

parent f6fb6bec
......@@ -226,8 +226,8 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
const param: any = {
current: 1,
pageSize: 1,
sortType: 2,
recommendLabel: [2, 3],
type: 2,
// recommendLabel: [2, 3],
}
const res = await getManageContentInformationPage(param)
if (res.code === 1000 && res.data.data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment