Johann Woelper 7 anni fa
parent
commit
0f00da912e
3 ha cambiato i file con 1 aggiunte e 14 eliminazioni
  1. 0 10
      app.js
  2. 0 3
      index.html
  3. 1 1
      urls.json

+ 0 - 10
app.js

@@ -44,16 +44,6 @@ var app = new Vue({
     },
     
     methods: {
-        auctions_by_date: function() {
-            // console.log(this.items);
-            if (this.items.length == 0) {
-                return []
-            }
-            // // return this.items;
-            // return this.items.sort(function(a, b) {
-            //     return a.timestamp < b.timestamp;
-            //   })
-        }
     },
     
     watch: {

+ 0 - 3
index.html

@@ -50,10 +50,7 @@
     
     <div class="content">
       
-      <!-- {{data}} -->
-
       <template v-for="item in items" v-if="item.price != null">
-        {{item.remaining}}
         <div class="panel">
           <div class="grid-auto">
             <div >

+ 1 - 1
urls.json

@@ -5,6 +5,6 @@
     "http://www.egun.de/market/list_items.php?mode=qry&query=smith+wesson+r8&plusdescr=off&wheremode=andewb=1&status=&minprice=&maxprice=&type=0&nick=&country_id=&zip=&int=0&order=ends&asdes=asc",
     "http://www.egun.de/market/list_items.php?mode=qry&query=m305&plusdescr=off&wheremode=and&ewb=1&status=&minprice=&maxprice=&type=0&nick=&country_id=&zip=&int=0&order=ends&asdes=asc",
     "http://www.egun.de/market/list_items.php?mode=qry&plusdescr=off&wheremode=and&maxprice=2000&query=m14+luxdef&quick=1",
-    "http://egun.de/market/list_items.php?mode=qry&query=accuracy&plusdescr=off&wheremode=and&ewb=&status=&minprice=300&maxprice=&type=0&nick=&country_id=&zip=&int=0&order=ends&asdes=asc",
+    "http://egun.de/market/list_items.php?mode=qry&query=accuracy&plusdescr=off&wheremode=and&ewb=&status=&minprice=300&maxprice=2100&type=0&nick=&country_id=&zip=&int=0&order=ends&asdes=asc",
     "http://egun.de/market/list_items.php?mode=qry&plusdescr=off&wheremode=and&query=harris+1A2-L&quick=1"
 ]