Commit 6890a721 by FE

Merge branch 'issue-20190920' into pre

parents 18d56a56 56ac421b
...@@ -199,13 +199,13 @@ class BargainInfo extends Component { ...@@ -199,13 +199,13 @@ class BargainInfo extends Component {
} }
)} )}
> >
<a <Link
className="bargain-phone-popup__button--num" className="bargain-phone-popup__button--num"
href={`/country?id=${getParam('id')}&from=bargain`} to={`/country?id=${getParam('id')}&from=bargain`}
> >
+{country} +{country}
<i className="iconfont iconiconfront-69"></i> <i className="iconfont iconiconfront-69"></i>
</a> </Link>
<input <input
className="bargain-phone-popup__ipt" className="bargain-phone-popup__ipt"
type="tel" type="tel"
......
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