Pārlūkot izejas kodu

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/miniapp-v3 into dev

xujing 5 gadus atpakaļ
vecāks
revīzija
e642461fd8
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      src/onlineSelling/pages/raiseMoney/index.js

+ 2
- 2
src/onlineSelling/pages/raiseMoney/index.js Parādīt failu

@@ -163,9 +163,9 @@ export default class raiseMoney extends Component {
163 163
 
164 164
   initRecord = () => {
165 165
     const { userInfo } = this.props
166
-    const { personId, nickname, idcard, tel, phone } = userInfo.person
166
+    const { personId, name, nickname, idcard, tel, phone } = userInfo.person
167 167
 
168
-    return { personId, name: nickname, idcard, tel: tel || phone }
168
+    return { personId, name: name || nickname, idcard, tel: tel || phone }
169 169
   }
170 170
 
171 171
   handleCancel = (house) => {