Ver código fonte

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

xujing 5 anos atrás
pai
commit
e642461fd8
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/onlineSelling/pages/raiseMoney/index.js

+ 2
- 2
src/onlineSelling/pages/raiseMoney/index.js Ver arquivo

@@ -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) => {