瀏覽代碼

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) { onLoad: function (options) {
console.log(options, 'options'); console.log(options, 'options');
@@ -61,7 +61,7 @@ Page({
}); });
that.getList(options.id); that.getList(options.id);
that.getCouponList(options.id); that.getCouponList(options.id);
that.checkPhoneStatus()
// that.checkPhoneStatus()
that.setData({ that.setData({
currentTab: 0 currentTab: 0
}) })


Loading…
取消
儲存