Commit 21b1edc4c9aaca8efa016064f926a85627b0d270
1 parent
dc56c600
企业微信登陆
Showing
1 changed file
with
2 additions
and
2 deletions
packageE/pages/qy/contactMe/contactMe.js
@@ -264,9 +264,9 @@ Page({ | @@ -264,9 +264,9 @@ Page({ | ||
264 | // console.log('手机号码'); | 264 | // console.log('手机号码'); |
265 | // console.log(res); | 265 | // console.log(res); |
266 | if (res.data.code == 0) { | 266 | if (res.data.code == 0) { |
267 | - let resdata = JSON.parse(res.data.data); | 267 | + let resdata = res.data.data; |
268 | that.setData({ | 268 | that.setData({ |
269 | - phone: resdata.phoneNumber | 269 | + phone: resdata |
270 | }) | 270 | }) |
271 | that.befgetqy() | 271 | that.befgetqy() |
272 | // getApp().globalData.zc_dd = dd; | 272 | // getApp().globalData.zc_dd = dd; |