|
|
@@ -72,7 +72,7 @@
|
|
|
data() {
|
|
|
return {
|
|
|
modelTime: this.$tools.getDate('-'),
|
|
|
- indexTime: this.$tools.getDate(),
|
|
|
+ indexTime: this.$tools.getDate('-'),
|
|
|
is_admin: false,
|
|
|
scrollTop: 0,
|
|
|
topNavHeight: 0,
|
|
|
@@ -107,6 +107,11 @@
|
|
|
total: null
|
|
|
}
|
|
|
},
|
|
|
+ watch:{
|
|
|
+ 'modelTime':function () {
|
|
|
+ this.startList()
|
|
|
+ }
|
|
|
+ },
|
|
|
onLoad() {
|
|
|
uni.hideTabBar()
|
|
|
uni.$on('newReceiving', () => {
|