Commit ea315825 authored by GuanHua's avatar GuanHua

feat:显示供应商角色询价

parent 92df6599
......@@ -502,6 +502,9 @@ const CommodityDetail = (props) => {
}
const handleInquiry = () => {
if (!checkoutUserInfo()) {
return
}
window.location.href = `/memberCenter/tranactionAbility/goodsOffer/addEnquiryOrder/rfq?id=${id}&memberId=${memberId}`
}
......
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