Browse Source

苹果手机bug处理

zhengkaixin 2 years ago
parent
commit
74ba748983
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesFinance/statistics/index.vue

+ 1 - 1
pagesFinance/statistics/index.vue

@@ -45,7 +45,7 @@
 		</view>
 	 
 		<u-picker mode="time" v-model="popupShow" @confirm="changedate" :default-time="queryTime" :params="params"></u-picker>
-		<u-picker mode="time" v-model="popupShow2" @confirm="changedate2" :default-time="queryTime2"  :params="params"></u-picker>
+		<u-picker mode="time" v-model="popupShow2" @confirm="changedate2" :default-time="queryTime2+'-1'"  :params="params"></u-picker>
 		<u-picker mode="selector" v-model="popupShow3" @confirm="changedate3" :range="stationList" range-key="name" :default-selector="[selectstationIndex]"></u-picker>