Commit 43b59e4d authored by GuanHua's avatar GuanHua

feat:修改报价链接

parent 14d1849d
...@@ -61,7 +61,7 @@ const CommodityList: React.FC<CommodityListPropsType> = (props) => { ...@@ -61,7 +61,7 @@ const CommodityList: React.FC<CommodityListPropsType> = (props) => {
<span className="credit_text">{item.memberCreditDcore || 0}</span> <span className="credit_text">{item.memberCreditDcore || 0}</span>
</div> </div>
<div className="quoted_price_btn"> <div className="quoted_price_btn">
<Link to={`/memberCenter/tranactionAbility/inquiryQuote/addInquiryOrder/add?id=${item.id}`}> 立即报价 </Link> <Link to={`/memberCenter/tranactionAbility/enquiryOffer/toAddSubmitList/add?id=${item.id}`}>立即报价</Link>
</div> </div>
</div> </div>
</div> </div>
......
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