Explorar el Código

首页和星探计划页面,修改:1:点击立即领取后即刻关闭弹窗,2:填写信息后回到当前页

master
suizhijia hace 5 años
padre
commit
a226e273fa
Se han modificado 2 ficheros con 8 adiciones y 6 borrados
  1. +4
    -3
      496_dongfengqichen/pages/index/index.js
  2. +4
    -3
      496_dongfengqichen/pages/star/star.js

+ 4
- 3
496_dongfengqichen/pages/index/index.js Ver fichero

@@ -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 => {

+ 4
- 3
496_dongfengqichen/pages/star/star.js Ver fichero

@@ -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 => {

Cargando…
Cancelar
Guardar