|
|
@ -28,7 +28,10 @@ Page({ |
|
|
if(!util.isEmpty(searchString)){ |
|
|
if(!util.isEmpty(searchString)){ |
|
|
this.setData({rearchStringList: searchString.split(',').slice(0, 24)}) |
|
|
this.setData({rearchStringList: searchString.split(',').slice(0, 24)}) |
|
|
} |
|
|
} |
|
|
this.setData({height: app.globalData.fragmentHeight - 100}) |
|
|
|
|
|
|
|
|
if(options.tab) { |
|
|
|
|
|
this.data.tabIndex = Number(options.tab) |
|
|
|
|
|
} |
|
|
|
|
|
this.setData({height: app.globalData.fragmentHeight - 100, tabIndex: this.data.tabIndex}) |
|
|
}, |
|
|
}, |
|
|
clearHistory: function(){ |
|
|
clearHistory: function(){ |
|
|
var that = this |
|
|
var that = this |
|
|
|