@@ -66,6 +66,13 @@ export default {
status: '0'
}
},
+ onLoad() {
+ if(this.option.status && this.option.status == 3){
+ this.tabIndex = 3
+ this.status = 3
+ this.getpurchaseList()
+ }
+ },
onReachBottom () {
if (!this.list.finished) {
this.getpurchaseList().then(res => {