|
@@ -208,20 +208,24 @@
|
|
|
this.dateArray = date.startDate + ' ~ ' + date.endDate
|
|
|
this.queryPramas.beginDate = date.startDate + ' 00:00:00'
|
|
|
this.queryPramas.endDate = date.endDate + ' 23:59:59'
|
|
|
+ //#ifdef APP-PLUS
|
|
|
this.webView.setTitleNViewButtonStyle(0, {
|
|
|
"text":"\ue626 "+date.startDate+"~"+date.endDate,
|
|
|
"color": "#00aaff",
|
|
|
"width": "180px"
|
|
|
});
|
|
|
+ //#endif
|
|
|
},
|
|
|
tabChange(data){
|
|
|
this.curTab = data.val
|
|
|
if(data.val != 6){
|
|
|
+ //#ifdef APP-PLUS
|
|
|
this.webView.setTitleNViewButtonStyle(0, {
|
|
|
"text":"\ue626 "+data.name,
|
|
|
"color": "#00aaff",
|
|
|
"width": "80px"
|
|
|
});
|
|
|
+ //#endif
|
|
|
}else{
|
|
|
this.dateArray = ''
|
|
|
this.queryPramas.beginDate = ''
|