This commit is contained in:
wanggeng 2024-06-22 00:04:18 +08:00
parent 2971536ed1
commit a4e54be179
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import React, { useState, useEffect } from 'react'
import { useState, useEffect } from 'react'
import './order-detail-modal.css'
import { Input, Rate } from "antd";
export default function OrderDetailModal() {

View File

@ -8,7 +8,6 @@ import serveImg from '../../static/serve.png'
import useImg from '../../static/use.png'
import leftImg from '../../static/createPro/left.png'
export default function CardProjType(props: ICardProj) {
const height = window.innerHeight - 170;
const [chargeAmount, setChargeAmount] = useState(0);
const [pkg, setPkg] = useState(false);
const [videoDemo, setVideoDemo] = useState(false);