|
@@ -1264,8 +1264,11 @@ wepy.page({
|
|
|
this.sixTime = sixTime
|
|
|
this.eightTime = eightTime
|
|
|
this.routeParams = routeParams
|
|
|
+ console.log(routeParams, '-----routeParams=-------')
|
|
|
},
|
|
|
onShow() {
|
|
|
+ console.log(this.routeParams, '-----onshoe=-------')
|
|
|
+
|
|
|
this.fromOtherPages()
|
|
|
this.spaceInfoStatusTimer()
|
|
|
},
|