|
@@ -23,7 +23,7 @@ Page({
|
|
|
type: options.type ? options.type:'',
|
|
type: options.type ? options.type:'',
|
|
|
act: options.act
|
|
act: options.act
|
|
|
})
|
|
})
|
|
|
- if (options.keyword ){
|
|
|
|
|
|
|
+ if (options.keyword||true ){
|
|
|
this.getData()
|
|
this.getData()
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -35,7 +35,7 @@ Page({
|
|
|
method: 'GET',
|
|
method: 'GET',
|
|
|
data: {
|
|
data: {
|
|
|
keyword: this.data.keyword,
|
|
keyword: this.data.keyword,
|
|
|
- // type: this.data.type
|
|
|
|
|
|
|
+ type: this.data.type
|
|
|
},
|
|
},
|
|
|
success: res => {
|
|
success: res => {
|
|
|
wx.hideNavigationBarLoading();
|
|
wx.hideNavigationBarLoading();
|