diff --git a/.env.dev b/.env.dev
index d2a3c32..9e9f0da 100644
--- a/.env.dev
+++ b/.env.dev
@@ -7,5 +7,6 @@ VITE_AI_SHOP_BASE_URL=http://192.168.0.115:8081
VITE_WEBSOCKET_BASE_URL=ws://${VITE_HOST}:7025/copyright
# 18634604067
VITE_USERID=80d3365e-0597-4988-979e-18ef1c3ec671
+# VITE_USERID=e3e40f95-7a3f-4b53-a1a0-51dd4e881d74
# VITE_CURRENT_THEME=fzkj
VITE_CURRENT_THEME=mzw
diff --git a/src/components/CapitalModal/CapitalModal.tsx b/src/components/CapitalModal/CapitalModal.tsx
index c8a794f..1f58470 100644
--- a/src/components/CapitalModal/CapitalModal.tsx
+++ b/src/components/CapitalModal/CapitalModal.tsx
@@ -248,7 +248,7 @@ export default function CapitalModal() {
width: 160,
align: 'center',
render:(text) => (
-
{text == 'ai'?'AI喵著':text}
+ {text == 'ai'?'AI喵著':text == 'shop'?'软著交易':text}
)
},
{
diff --git a/src/components/OrderDetailModal/OrderDetailModal.tsx b/src/components/OrderDetailModal/OrderDetailModal.tsx
index 901b711..ad59ba3 100644
--- a/src/components/OrderDetailModal/OrderDetailModal.tsx
+++ b/src/components/OrderDetailModal/OrderDetailModal.tsx
@@ -36,7 +36,8 @@ export default function OrderDetailModal(props: any) {
produceTime: '',//下证时间
successTime: '',//评价时间
evaluateLevel: 0,//评价星级
- evaluateRemark: ''//评价内容
+ evaluateRemark: '',//评价内容
+ goodsDTO:{}
})
const [goodsInfo, setGoodsInfo] = useState({
goodsPhoto: '',//软著图片
@@ -174,7 +175,7 @@ export default function OrderDetailModal(props: any) {
-
+
diff --git a/src/components/OrderDetailModal/components/OrderInfo/OrderInfo.tsx b/src/components/OrderDetailModal/components/OrderInfo/OrderInfo.tsx
index 8380918..5710292 100644
--- a/src/components/OrderDetailModal/components/OrderInfo/OrderInfo.tsx
+++ b/src/components/OrderDetailModal/components/OrderInfo/OrderInfo.tsx
@@ -28,7 +28,7 @@ export default function OrderInfo(props: any) {
color: "#5C5C5C",
height: 42,
background: '#F5F5F9',
- }} value={orderInfo.payMoney}>
+ }} value={props.user=='sell'?orderInfo.goodsDTO.goodsPrice:orderInfo.goodsDTO.goodsOpenPrice}>
订单状态
diff --git a/src/components/menu/menu-with-bottom-button.css b/src/components/menu/menu-with-bottom-button.css
index 46f47e4..a650088 100644
--- a/src/components/menu/menu-with-bottom-button.css
+++ b/src/components/menu/menu-with-bottom-button.css
@@ -82,12 +82,12 @@
color: #313131;
line-height: 50px;
cursor: pointer; */
- height: 50px;
+ height: 40px;
margin-left: 35px;
font-weight: 400;
font-size: 16px;
color: #313131;
- line-height: 50px;
+ line-height: 40px;
cursor: pointer;
/* background-color: red; */
text-indent: 32px;
@@ -108,7 +108,7 @@
.menu-with-bot-button ul li.active {
/* text-decoration-line: underline; */
width: 213px;
- height: 50px;
+ height: 40px;
/* background: #FF9F08; */
background: var(--color-menuactive);
border-radius: 25px;
@@ -198,12 +198,12 @@
color: #313131;
line-height: 50px;
cursor: pointer; */
- height: 50px;
+ height: 40px;
margin-left: 35px;
font-weight: 400;
font-size: 16px;
color: #313131;
- line-height: 50px;
+ line-height: 40px;
cursor: pointer;
/* background-color: red; */
text-indent: 32px;
@@ -228,7 +228,7 @@
width: 213px;
/* 修改 */
width: 171px;
- height: 50px;
+ height: 40px;
/* background: #FF9F08; */
background: var(--color-menuactive);
border-radius: 25px;
diff --git a/src/components/menu/menu-with-top-button.css b/src/components/menu/menu-with-top-button.css
index 9e7ec44..e9d6b8d 100644
--- a/src/components/menu/menu-with-top-button.css
+++ b/src/components/menu/menu-with-top-button.css
@@ -73,12 +73,12 @@
}
.menu-with-top-button ul li {
- height: 50px;
+ height: 40px;
margin-left: 35px;
font-weight: 400;
font-size: 16px;
color: #313131;
- line-height: 50px;
+ line-height: 40px;
cursor: pointer;
/* background-color: red; */
text-indent: 32px;
@@ -91,7 +91,7 @@
width: 213px;
/* 修改 */
width: 171px;
- height: 50px;
+ height: 40px;
/* background: #FF9F08; */
background: var(--color-menuactive);
border-radius: 25px;
@@ -172,12 +172,12 @@
}
.menu-with-top-button ul li {
- height: 50px;
+ height: 40px;
margin-left: 35px;
font-weight: 400;
font-size: 16px;
color: #313131;
- line-height: 50px;
+ line-height: 40px;
cursor: pointer;
/* background-color: red; */
text-indent: 32px;
@@ -185,7 +185,7 @@
.menu-with-top-button ul li.active {
width: 213px;
- height: 50px;
+ height: 40px;
/* background: #FF9F08; */
background: var(--color-menuactive);
diff --git a/src/route/AppElectron/AppEdit.tsx b/src/route/AppElectron/AppEdit.tsx
index 161be50..74976cf 100644
--- a/src/route/AppElectron/AppEdit.tsx
+++ b/src/route/AppElectron/AppEdit.tsx
@@ -1,10 +1,12 @@
import { useState, useEffect } from 'react'
import EditAppInfo from './components/EditAppInfo/EditAppInfo';
-import EditAppDes from './components/EditAppDes/EditAppDes';
+
+// import EditAppDes from './components/EditAppDes/EditAppDes';
import EditAppFiles from './components/EditAppFiles/EditAppFiles';
-import EditAppFunction from './components/EditAppFunction/EditAppFunction';
-import EditBelongPeople from './components/EditBelongPeople/EditBelongPeople';
+// import EditAppFunction from './components/EditAppFunction/EditAppFunction';
+// import EditBelongPeople from './components/EditBelongPeople/EditBelongPeople';
import AppInfo from './components/AppInfo/AppInfo';
+import AppCompany from './components/AppCompany/AppCompany';
import { useParams } from 'react-router-dom'
import './app-edit.css'
import {
@@ -40,7 +42,7 @@ export default function AppEdit() {
color: editProcess >= 1 ? '#353535' : '#878787',
fontWeight: editProcess >= 1 ? 'bold' : 'normal'
}}
- >机构认证
+ >企业/机构认证
@@ -82,9 +84,12 @@ export default function AppEdit() {
color: editProcess >= 4 ? '#353535' : '#878787',
fontWeight: editProcess >= 4 ? 'bold' : 'normal'
}}
- >功能特点
+ >
+ {/* 功能特点 */}
+ 填报完成
+
-
+ {/*
= 5 ? '#3B60E8' : '',
@@ -111,28 +116,38 @@ export default function AppEdit() {
fontWeight: editProcess >= 6 ? 'bold' : 'normal'
}}
>填报完成
-
+ */}
+
{
+ setEditProcess(num)
+ }
+ }>
+ {/*
{
+ setEditProcess(num)
+ }
+ }> */}
+
+
{
setEditProcess(num)
}
}>
-
-
- {
setEditProcess(num)
}
- }>
+ }> */}
-
{
setEditProcess(num)
}
- }>
+ }> */}
+
{
+ setEditProcess(num)
+ }
+ }>
-
-
+
*/}
)
diff --git a/src/route/AppElectron/app-edit.css b/src/route/AppElectron/app-edit.css
index d03b34c..b30aebe 100644
--- a/src/route/AppElectron/app-edit.css
+++ b/src/route/AppElectron/app-edit.css
@@ -11,7 +11,7 @@
.editProcessBox {
display: flex;
align-items: center;
- justify-content: space-between;
+ justify-content: space-evenly;
margin-bottom: 30px;
}
diff --git a/src/route/AppElectron/components/AppCompany/AppCompany.tsx b/src/route/AppElectron/components/AppCompany/AppCompany.tsx
new file mode 100644
index 0000000..820b2b6
--- /dev/null
+++ b/src/route/AppElectron/components/AppCompany/AppCompany.tsx
@@ -0,0 +1,494 @@
+import { useState } from 'react'
+import './app-company.css'
+import { uploadFileUrl } from '../../../../request/request'
+import { Button, Form, Input, message,
+ // Select, DatePicker,
+ Upload, Image,
+ // Cascader
+ } from "antd"
+import { LoadingOutlined, } from '@ant-design/icons';
+import type { GetProp, UploadProps } from 'antd';
+// import {
+// getCityList
+// } from '../../../../request/api'
+// import locale from 'antd/es/date-picker/locale/zh_CN';
+// interface Option {
+// value?: string | number | null;
+// label: React.ReactNode;
+// children?: Option[];
+// isLeaf?: boolean;
+// // id: string;
+// // pId: string;
+// }
+export default function AppCompany(props: any) {
+ // const [messageApi, contextHolder] = message.useMessage();
+ // const [areaArray, setAreaArray] = useState