zs 3 лет назад
Родитель
Сommit
eaa452cbec
5 измененных файлов с 4 добавлено и 5 удалено
  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
  5. 1 1
      pages/stock_order/index.js

+ 1 - 1
pages/indepot/detail.less

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

+ 1 - 1
pages/indepot/detail.wxss

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

+ 0 - 1
pages/indepot/index.js

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

+ 1 - 1
pages/outdepot/index.js

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

+ 1 - 1
pages/stock_order/index.js

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