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