|
|
|
@ -26,15 +26,17 @@ Component({ |
|
|
|
queryWay: 0, |
|
|
|
priceSort:1 |
|
|
|
}, |
|
|
|
factoryList:[] |
|
|
|
factoryList:[], |
|
|
|
scorllHeight:app.globalData.fragmentHeight |
|
|
|
|
|
|
|
}, |
|
|
|
methods: { |
|
|
|
onRestart: function () { |
|
|
|
console.log(app.globalData.safeFragmentHeight) |
|
|
|
console.log(app.globalData.fragmentHeight) |
|
|
|
this.setData({ |
|
|
|
StatusBar: app.globalData.StatusBar || 40, |
|
|
|
CustomBar: app.globalData.CustomBar || (app.globalData.isIos ? 64 : 80), |
|
|
|
scorllHeight:app.globalData.fragmentHeight |
|
|
|
}) |
|
|
|
this.data.querFrom.queryWay=0 |
|
|
|
this.getPaperMillOfInformationListFct(this.data.querFrom) |
|
|
|
|