lilei 2 anni fa
parent
commit
ccca4fe08d
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pages/statistics/index.vue

+ 4 - 0
pages/statistics/index.vue

@@ -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 = ''