소스 검색

个人中心页bug修复

master
suizhijia 5 년 전
부모
커밋
d73573643f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      496_dongfengqichen/pages/userMsg/userMsg.js

+ 1
- 1
496_dongfengqichen/pages/userMsg/userMsg.js 파일 보기

@@ -83,7 +83,7 @@ Component({
app.wxRequest(app.globalData.urlRoot + "address/getAddressV2", {}, res => {
console.log(res);
if (res.code == 200) {
if (res.data) {
if (res.data && res.data.agentDetail) {
this.data.isAddress = true;
this.data.submitData.realName = res.data.realName;
this.data.submitData.mobile = res.data.mobile;

Loading…
취소
저장