Browse Source

更新 抓娃娃 页面,获取地址的接口

guessPrice
suizhijia 5 years ago
parent
commit
e4ed467602
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      496_dongfengqichen/pages/luckyStar/luckyStar.js

+ 1
- 1
496_dongfengqichen/pages/luckyStar/luckyStar.js View File

@@ -401,7 +401,7 @@ Page({
}
},
getAddress: function () {//获取地址
app.wxRequest(app.globalData.urlRoot + "address/getAddress", {}, res => {
app.wxRequest(app.globalData.urlRoot + "address/getAddressV2", {}, res => {
if (res.code == 200) {
if (res.data) {
this.setData({

Loading…
Cancel
Save