浏览代码

个人中心页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;

正在加载...
取消
保存