소스 검색

bug 修复

lilei 2 년 전
부모
커밋
4b0d4bdd67
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/statistics/index.vue

+ 2 - 2
pages/statistics/index.vue

@@ -214,9 +214,9 @@
 				this.queryPramas.endDate = date.endDate + ' 23:59:59'
 				//#ifdef APP-PLUS
 				this.webView.setTitleNViewButtonStyle(0, {
-					"text":"\ue626 "+date.startDate+"~"+date.endDate,
+					"text":"\ue626 "+date.startDate.substr(5)+"至"+date.endDate.substr(5),
 					"color": "#00aaff",
-					"width": "180px"
+					"width": "130px"
 				});
 				//#endif
 			},