魏超 5 年之前
父節點
當前提交
d81b9071ee
共有 2 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    1
      src/pages/fundManagement/ConsumeOrder.jsx
  2. 0
    1
      src/pages/fundManagement/RefundOrder.jsx

+ 1
- 1
src/pages/fundManagement/ConsumeOrder.jsx 查看文件

@@ -175,7 +175,7 @@ function header(props) {
175 175
                 <div style={{ paddingLeft: '36%' }}>
176 176
                     <p>昵称:{personInfo.nickname || ''}</p>
177 177
                     <p>头像:<img src={personInfo.avatarurl || ''} className={styles.touxiang} /></p>
178
-                    <p>姓名:{personInfo.name || ''}</p>
178
+                    <p>姓名:{personInfo.name || personInfo.nickname}</p>
179 179
                     <p>手机号:{personInfo.phone || ''}</p>
180 180
                 </div>
181 181
 

+ 0
- 1
src/pages/fundManagement/RefundOrder.jsx 查看文件

@@ -24,7 +24,6 @@ function header(props) {
24 24
     const [refundVisible, setRefundVisible] = useState(false)
25 25
     const [inputValue, setValue] = useState('')
26 26
     const [swiperList, setSwiperList] = useState([])
27
-    console.log(props, "propspropspropspropspropsprops")
28 27
 
29 28
     const orgId = props.orgId || ''
30 29