Commit 2b8804c3 authored by mxm-web-develop's avatar mxm-web-develop

contact

parent 5ac971ad
......@@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"dev": "vite",
"build": "tsc && vite build --mode production",
"preview": "vite preview"
},
......
......@@ -68,13 +68,15 @@ export const Details = (props: DetailsType) => {
<div className="sub-title-cn">如何收费</div>
<div className="w-6/12 py-3">{TableHeaderData?.fee}</div>
<div className="pt-2">联系方式</div>
{contacts.map((i, index) => (
<div className="flex my-2" key={index}>
<div> {i.text}</div>
<span className="px-1">:</span>
<div>{i.tel}</div>
<div className="flex my-2" >
<div>138-5811-2690</div>
</div>
<div className="flex my-2" >
<div>135-8800-1627</div>
</div>
))}
</div>
</div>
</DetailScrollView>
......
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