Преглед на файлове

Merge branch 'develop' of http://git.chelingzhu.com/chelingzhu-web/zxyj-mini-html into develop

lilei преди 4 години
родител
ревизия
c60fe9ad59
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      pages/order/order.vue

+ 3 - 0
pages/order/order.vue

@@ -195,6 +195,9 @@
 		onUnload() {
 			uni.$off('refresh', this.handleRefresh)
 		},
+		onShow() {
+			this.getRow(1)  //  解决安卓息屏后倒计时不走问题
+		},
 		// 下拉刷新
 		onPullDownRefresh() {
 			console.log('refresh')