Browse Source

查看更多

yangc 7 years ago
parent
commit
ed9c898d4e
1 changed files with 2 additions and 6 deletions
  1. 2 6
      pages/mobile/center/user/invoice/waitinvoice.vue

+ 2 - 6
pages/mobile/center/user/invoice/waitinvoice.vue

@@ -198,11 +198,6 @@
     name: 'invoice-view',
     layout: 'mobile',
     middleware: 'authenticated',
-    data () {
-      return {
-        showMoreRemind: false
-      }
-    },
     computed: {
       invoices () {
         return this.$store.state.invoice.data.Buyerinvoices
@@ -266,7 +261,8 @@
         applyObj: {
           sellNum: []
         },
-        addItem: {}
+        addItem: {},
+        showMoreRemind: false
       }
     },
     async asyncData() {