Explorar el Código

nothing

checkUser
HolyKnightIX hace 2 años
padre
commit
ace2f60add
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      pages/index/searchbar/detail/index.js

+ 2
- 2
pages/index/searchbar/detail/index.js Ver fichero

@@ -47,7 +47,7 @@ Page({
})
},
/**
* 生命周期函数--监听页面加载
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
console.log(options, 'options');
@@ -61,7 +61,7 @@ Page({
});
that.getList(options.id);
that.getCouponList(options.id);
that.checkPhoneStatus()
// that.checkPhoneStatus()
that.setData({
currentTab: 0
})


Cargando…
Cancelar
Guardar