Преглед изворни кода

个人中心页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…
Откажи
Сачувај