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