shish 2 年之前
父節點
當前提交
062d8b55de
共有 1 個文件被更改,包括 7 次插入0 次删除
  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 => {