shish 2 ani în urmă
părinte
comite
062d8b55de
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  1. 7 0
      hdApp/src/pagesPurchase/shopping.vue

+ 7 - 0
hdApp/src/pagesPurchase/shopping.vue

@@ -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 => {