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