Mike пре 8 година
родитељ
комит
b0e2ba8b9d
3 измењених фајлова са 20 додато и 20 уклоњено
  1. 1 1
      miaomiao/www/chcp.json
  2. 15 15
      miaomiao/www/chcp.manifest
  3. 4 4
      miaomiao/www/templates/home/search.html

+ 1 - 1
miaomiao/www/chcp.json

xqd
@@ -1,5 +1,5 @@
 {
   "update": "now",
   "content_url": "http://i.9026.com/miaomiao/",
-  "release": "2017.06.28-09.03.18"
+  "release": "2017.06.29-13.02.54"
 }

+ 15 - 15
miaomiao/www/chcp.manifest

xqd xqd xqd xqd xqd xqd
@@ -29,7 +29,7 @@
   },
   {
     "file": "css/style.css",
-    "hash": "8a9dcca109c7aa03152895886b42a509"
+    "hash": "7832cbb107305c5195a0d3ec1085304c"
   },
   {
     "file": "img/alipay.png",
@@ -129,7 +129,7 @@
   },
   {
     "file": "js/config/config.js",
-    "hash": "a735c9d2f9c2333a17d7009c13e7c876"
+    "hash": "5e5c601c0a5cff697355a1eaca1358f2"
   },
   {
     "file": "js/config/router.js",
@@ -137,19 +137,19 @@
   },
   {
     "file": "js/controllers/account.js",
-    "hash": "6acc742fdf7ba350edaad2b1b4d7fb2e"
+    "hash": "083e26f2a92b3bb793f12cff73a7ad24"
   },
   {
     "file": "js/controllers/add.js",
-    "hash": "4be03648c7c85af951504cc96c8fea38"
+    "hash": "497ebc96c4908460118b47f35783029d"
   },
   {
     "file": "js/controllers/home.js",
-    "hash": "f22d2e45c84910eb6c148c5f9192d971"
+    "hash": "923fe50a8313a93d7fc11192907978ba"
   },
   {
     "file": "js/controllers/my.js",
-    "hash": "2a10c504b744d03db472b6eabe3d4a50"
+    "hash": "9f2ae33361da4a34c8be6d9291954af8"
   },
   {
     "file": "js/controllers/tabs.js",
@@ -173,11 +173,11 @@
   },
   {
     "file": "js/services/dreamservice.js",
-    "hash": "535604d5f8a408f3befcf4f9f6d2ac3c"
+    "hash": "94d43087e5c20c3b21795e36edbedf28"
   },
   {
     "file": "js/services/homeservice.js",
-    "hash": "c8afddf15faf22fc6a8d1b3ff08a445a"
+    "hash": "a8ddc748ee6855bf71a53f46d4d2df96"
   },
   {
     "file": "js/services/httpinterceptor.js",
@@ -189,7 +189,7 @@
   },
   {
     "file": "js/services/myservice.js",
-    "hash": "6e2a32990515b4133c001d599fb91335"
+    "hash": "74bf6d59c7470e1b839bc721b3e57df6"
   },
   {
     "file": "js/services/storageservice.js",
@@ -457,27 +457,27 @@
   },
   {
     "file": "templates/add/index.html",
-    "hash": "1dd5fa420850c31ca1b933c39ecfdd97"
+    "hash": "60d4ea439f0d730da51f1e540a9ee8d0"
   },
   {
     "file": "templates/home/dream-detail.html",
-    "hash": "14499eb26a0d35ee2ecd30d4f0d46297"
+    "hash": "d591521d33e1052d2e323069447ebf85"
   },
   {
     "file": "templates/home/index.html",
-    "hash": "8cad183ca3c828ace1f8d0fcd26bb6a5"
+    "hash": "597694367bf5af356bb005e239b21362"
   },
   {
     "file": "templates/home/search.html",
-    "hash": "ea2049422ba08d1bff085cad96e2fbaa"
+    "hash": "cbba9e75990ab80c820003e209d5cd85"
   },
   {
     "file": "templates/my/index.html",
-    "hash": "d7a5a97adf66b92d4607ec13cd7af503"
+    "hash": "604fd31b5a154d169ed50c96ec172dcb"
   },
   {
     "file": "templates/my/my-collect.html",
-    "hash": "da5967951952c40c7a6bd6db898ca81e"
+    "hash": "de2ca5763fb7e62911ae2c540240ce03"
   },
   {
     "file": "templates/my/my-dream.html",

+ 4 - 4
miaomiao/www/templates/home/search.html

xqd
@@ -7,16 +7,16 @@
         <button class="button button-calm" style="width: 30%; padding: 0;" ng-click="$ionicGoBack()">取消</button>
     </ion-nav-buttons>
      <ion-content>
-         <div ng-if="!isResult">
-             <div style="padding:10px;font-size:1.1rem">热门搜索</div>
-             <div class="calm search-hot">
+         <div class="list" ng-if="!isResult">
+             <div class="item" style="padding:10px;font-size:1.1rem">热门搜索</div>
+             <div class="item calm search-hot">
 
                  <div class="box {{keyword==key?'keyword':''}}" ng-click="search(key)" ng-repeat="(key, value) in hot_searches">
                      {{key}}
                  </div>
                
              </div>
-             <div style="padding:10px;font-size:1.1rem;line-height:44px">历史搜索</div>
+             <div class="item" style="padding:10px;font-size:1.1rem;line-height:44px">历史搜索</div>
              <div class="list">
 
                 <div class="item {{keyword==history_search.search?'search-select':''}}" ng-click="search(history_search.search)" ng-repeat="history_search in history_searches">