Browse Source

订单图片大小调整

e 8 years ago
parent
commit
579f68e56b

File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/build/template.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/main.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/model/product.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/model/user.js


File diff suppressed because it is too large
+ 1 - 1
www/webapp/o2o/js/build/template.js


+ 1 - 1
www/webapp/o2o/js/model/user.js

@@ -8,7 +8,7 @@ define(['base', '$', 'native', 'api', 'order', 'config', 'address'], function(ba
     }
     User.instance = this;
     this.storagePrefix = 'user_';
-    this.id = '57e22bb59f5160c2048b456c'; //57e22bb59f5160c2048b456c
+    this.id = ''; //57e22bb59f5160c2048b456c
     this.lastID = this.getCache('lastID', null, '');
     this.name = '';
     this.mobile = '';

+ 1 - 1
www/webapp/o2o/tpl/placeOrder/index.html

@@ -14,7 +14,7 @@
           <div class="">
             <ul class="table-view">
               <li id="product-pic-bg" class="table-view-cell">
-                <a class="navigate-right product-pic" style="background-image: url({{imgSrc}});min-height: 220px;">
+                <a class="navigate-right product-pic" style="background-image: url({{imgSrc}});min-height: 250px;background-position: 27% 0;">
                   <div class="product-name">{{title}}详情及评价 <span>&gt;&gt;&gt;</span></div>
                 </a>
               </li>

Some files were not shown because too many files changed in this diff