提交 39e98369 作者: ZhangLingKun

功能:新版首页问题修复

上级 5ed01188
流水线 #8723 已通过 于阶段
in 6 分 1 秒
......@@ -6,6 +6,7 @@ import { HomeAPI, ServiceAPI } from '@/api';
import { InterDataType, InterListType } from '@/api/interface';
import { AppPublishListType } from '@/api/interface/home';
import { GetIndustryListPagesType } from '@/api/interface/service';
import QrcodePopover from '@/components/qrcodePopover';
import ServiceTaskItem from '@/pages/service/task/comp/_serviceTaskItem';
// 列表类型
......@@ -63,12 +64,17 @@ const HomeTaskView = () => {
</div>
<div className="tab-list">
{requireList?.map((i, j) => (
<ServiceTaskItem
<QrcodePopover
key={j}
detail={i}
industryList={industryList}
width={'100%'}
/>
path={'page-order/order-flyer/index'}
scene={`id=${i?.id}`}
>
<ServiceTaskItem
detail={i}
industryList={industryList}
width={'100%'}
/>
</QrcodePopover>
))}
</div>
</HomeTaskWrap>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论