瀏覽代碼

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
 			},