|
@@ -55,7 +55,9 @@ export default {
|
|
|
uni.stopPullDownRefresh()
|
|
uni.stopPullDownRefresh()
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
- onLoad () {
|
|
|
|
|
|
|
+ onShow() {
|
|
|
|
|
+ },
|
|
|
|
|
+ onLoad(){
|
|
|
this.mergeId = this.option.mergeId ? this.option.mergeId : 0
|
|
this.mergeId = this.option.mergeId ? this.option.mergeId : 0
|
|
|
this.salt = this.option.salt ? this.option.salt : ''
|
|
this.salt = this.option.salt ? this.option.salt : ''
|
|
|
this.getOrderList()
|
|
this.getOrderList()
|