|
@@ -152,6 +152,7 @@
|
|
this.isTry = Number(options.isTry)
|
|
this.isTry = Number(options.isTry)
|
|
this.orderId = options.orderId
|
|
this.orderId = options.orderId
|
|
this.ticketId = options.ticketId
|
|
this.ticketId = options.ticketId
|
|
|
|
+ this.getList()
|
|
}
|
|
}
|
|
// 创建动画实例
|
|
// 创建动画实例
|
|
this.animation = uni.createAnimation()
|
|
this.animation = uni.createAnimation()
|
|
@@ -161,9 +162,6 @@
|
|
this.statusHeight = res.top //胶囊距离顶部
|
|
this.statusHeight = res.top //胶囊距离顶部
|
|
// #endif
|
|
// #endif
|
|
|
|
|
|
- if(this.boxId) {
|
|
|
|
- this.getList()
|
|
|
|
- }
|
|
|
|
},
|
|
},
|
|
|
|
|
|
onUnload() {
|
|
onUnload() {
|