Mike 7 年之前
父节点
当前提交
1888b4bd14

+ 1 - 1
miaomiao/www/chcp.json

xqd
@@ -1,5 +1,5 @@
 {
   "update": "now",
   "content_url": "http://i.9026.com/miaomiao/www",
-  "release": "2017.08.10-15.19.30"
+  "release": "2017.08.10-17.21.30"
 }

+ 2 - 2
miaomiao/www/chcp.manifest

xqd
@@ -713,11 +713,11 @@
   },
   {
     "file": "templates/add/index.html",
-    "hash": "dbd6da8a2a31c6cf23def0427e085d29"
+    "hash": "48a24aa2af91b082a939628b4057e551"
   },
   {
     "file": "templates/home/dream-detail.html",
-    "hash": "bba5497e83fe870116ad882e60af6329"
+    "hash": "47badeb29a44c148913798932790b13a"
   },
   {
     "file": "templates/home/index.html",

+ 1 - 1
miaomiao/www/templates/add/index.html

xqd
@@ -38,7 +38,7 @@
             <div class="item item-input-inset itemjs">
                 <label class="item-input-wrapper" style="background: #fff; border: 1px solid #D7D7D7; margin: 0 12px 0 5px">
-                    <input type="text" ng-model="vm.coin">
+                    <input type="tel" ng-model="vm.coin">
                 </label>
             </div>
         </div>

+ 2 - 2
miaomiao/www/templates/home/dream-detail.html

xqd
@@ -42,8 +42,8 @@
                 <div class="item" style="padding: 0">
                     <ion-slides slider="data.slider">
                         <ion-slide-page ng-if="dream.video">
-                            <div class="box banner" style="height: 220px" >
-                                <video ng-src="{{dream.video | trustUrl}}" width="100%"  class="centerme" controls="controls" ></video>
+                            <div class="box banner">
+                                <video ng-src="{{dream.video | trustUrl}}" width="100%" style="max-height: 400px" class="centerme" controls="controls" ></video>
                             </div>
                         </ion-slide-page>
                         <ion-slide-page ng-repeat="img in dream.imgs" >