Commit 1b24712b authored by 前端-钟卫鹏's avatar 前端-钟卫鹏
parents 0576aca0 53d91527
......@@ -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