ソースを参照

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


読み込み中…
キャンセル
保存