Commit 585e9ebf authored by GuanHua's avatar GuanHua

fix: 商品右侧消息链接添加

parent 337db0fd
......@@ -518,6 +518,7 @@ const CommodityDetail = (props) => {
shopId: storeId,
memberRoleId: commodityDetail.memberRoleId
}
PublicApi.postOrderDirectPayment(param).then(res => {
if (res.code === 1000) {
message.destroy()
......
......@@ -56,7 +56,7 @@ const SideNav: React.FC<SideNavPropsType> = (props) => {
<div className="side_nav_list_item" onClick={() => linkToPurchaseOrder()}>
<MyIcon type="icon-gouwuche" />
</div>
<div className="side_nav_list_item">
<div className="side_nav_list_item" onClick={() => history.push('/memberCenter/systemSetting/message')}>
<MyIcon type="icon-xiaoxi" />
</div>
<div className="side_nav_list_item">
......@@ -72,4 +72,4 @@ const SideNav: React.FC<SideNavPropsType> = (props) => {
)
}
export default SideNav
\ No newline at end of file
export default SideNav
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