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

contact

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