|
@@ -1,11 +1,12 @@
|
|
|
/**
|
|
/**
|
|
|
* Created by Hujs on 2020/12/25
|
|
* Created by Hujs on 2020/12/25
|
|
|
- * Desc: 联系我们
|
|
|
|
|
|
|
+ * Desc: 关于我们
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
import React, { Component } from 'react'
|
|
import React, { Component } from 'react'
|
|
|
import { connect } from 'react-redux'
|
|
import { connect } from 'react-redux'
|
|
|
import { Toast, List, Modal } from 'antd-mobile'
|
|
import { Toast, List, Modal } from 'antd-mobile'
|
|
|
|
|
+import Map from '../../../components/common/map/Map'
|
|
|
import './contact-info.less'
|
|
import './contact-info.less'
|
|
|
|
|
|
|
|
class ContactInfo extends Component {
|
|
class ContactInfo extends Component {
|
|
@@ -36,15 +37,24 @@ class ContactInfo extends Component {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div className="info-content-box">
|
|
<div className="info-content-box">
|
|
|
- <p className="title">电话</p>
|
|
|
|
|
- <p className="detail">400-830-1818</p>
|
|
|
|
|
- <p className="title">Email</p>
|
|
|
|
|
- <p className="detail">info@usoftchina.com</p>
|
|
|
|
|
- <p className="title">优软科技官网</p>
|
|
|
|
|
- <p className="detail">https://uas.usoftchina.com/</p>
|
|
|
|
|
- <p className="title">地址</p>
|
|
|
|
|
- <p className="detail">深圳市宝安区新安街道海旺社区宝兴路6号海纳百川总部大厦B座6、7楼</p>
|
|
|
|
|
|
|
+ <div className="content-item">
|
|
|
|
|
+ <div className="title">电话</div>
|
|
|
|
|
+ <div className="detail">400-830-1818</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div className="content-item">
|
|
|
|
|
+ <div className="title">Email</div>
|
|
|
|
|
+ <div className="detail">info@usoftchina.com</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div className="content-item">
|
|
|
|
|
+ <div className="title">官网</div>
|
|
|
|
|
+ <div className="detail"><a target="_blank" href="http://www.ubtob.net">http://www.ubtob.net</a></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div className="content-item">
|
|
|
|
|
+ <div className="title">地址</div>
|
|
|
|
|
+ <div className="detail">深圳市宝安区新安街道海旺社区宝兴路6号海纳百川总部大厦B座6、7楼</div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <Map/>
|
|
|
</div>
|
|
</div>
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|