guhongwei 2 years ago
parent
commit
66c91716be
4 changed files with 3 additions and 4 deletions
  1. 1 1
      pages/indepot/detail.less
  2. 1 1
      pages/indepot/detail.wxss
  3. 0 1
      pages/indepot/index.js
  4. 1 1
      pages/outdepot/index.js

+ 1 - 1
pages/indepot/detail.less

@@ -57,7 +57,7 @@
             .order_2 {
                 float: left;
                 width: 100%;
-                margin-top: 1%;
+                margin-top: 2%;
                 .list {
                     margin: 0 0 8px 0;
                     background-color: #f9f9f9;

+ 1 - 1
pages/indepot/detail.wxss

@@ -50,7 +50,7 @@
 .main .one .order .order_2 {
   float: left;
   width: 100%;
-  margin-top: 1%;
+  margin-top: 2%;
 }
 .main .one .order .order_2 .list {
   margin: 0 0 8px 0;

+ 0 - 1
pages/indepot/index.js

@@ -79,7 +79,6 @@ Page({
      * 生命周期函数--监听页面显示
      */
     onShow: function () {
-        this.search();
     },
 
     /**

+ 1 - 1
pages/outdepot/index.js

@@ -79,7 +79,7 @@ Page({
      * 生命周期函数--监听页面显示
      */
     onShow: function () {
-        this.search();
+        
     },
 
     /**