소스 검색

nothing

checkUser
HolyKnightIX 2 년 전
부모
커밋
ace2f60add
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pages/index/searchbar/detail/index.js

+ 2
- 2
pages/index/searchbar/detail/index.js 파일 보기

@@ -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
})


불러오는 중...
취소
저장