yunlingyin 7 years ago
parent
commit
9d343f1abb
1 changed files with 1 additions and 11 deletions
  1. 1 11
      pages/signup/signup.js

+ 1 - 11
pages/signup/signup.js

@@ -20,17 +20,7 @@ Page({
20 20
    * 生命周期函数--监听页面加载
21 21
    */
22 22
   onLoad: function (options) {
23
-    var that = this,searchinput = this.data.searchinput;
24
-    if (searchinput==''){
25
-      that.setData({
26
-        showicon: false
27
-      })
28
-    }else{
29
-      that.setData({
30
-        showicon: true
31
-      })
32
-    }
33
-    // showView: (options.showView == "true") 
23
+
34 24
   },
35 25
   /**
36 26
    * 生命周期函数--监听页面初次渲染完成