| @@ -617,9 +617,10 @@ Page({ | |||
| this.setData({ | |||
| addressShow: !this.data.addressShow | |||
| }) | |||
| if (this.data.addressShow) { | |||
| app.globalData.skipType = 'mycenter'; | |||
| } | |||
| this.hiddenMask(); | |||
| // if (this.data.addressShow) { | |||
| // app.globalData.skipType = 'mycenter'; | |||
| // } | |||
| }, | |||
| getAddress: function () {//获取地址 | |||
| app.wxRequest(app.globalData.urlRoot + "address/getAddressV2", {}, res => { | |||
| @@ -126,9 +126,10 @@ Page({ | |||
| this.setData({ | |||
| addressShow: !this.data.addressShow | |||
| }) | |||
| if (this.data.addressShow) { | |||
| app.globalData.skipType = 'mycenter'; | |||
| } | |||
| this.hiddenMask(); | |||
| // if (this.data.addressShow) { | |||
| // app.globalData.skipType = 'mycenter'; | |||
| // } | |||
| }, | |||
| getAddress: function () {//获取地址 | |||
| app.wxRequest(app.globalData.urlRoot + "address/getAddressV2", {}, res => { | |||