Jelajahi Sumber

提交代码

wangn 5 tahun lalu
induk
melakukan
debffc6889
2 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 1 1
      hdApp/src/pagesPurchase/gathering.vue
  2. 4 1
      hdApp/src/pagesPurchase/order.vue

+ 1 - 1
hdApp/src/pagesPurchase/gathering.vue

@@ -37,7 +37,7 @@
       <block v-else>
       <block v-else>
         <AppWrapperEmpty
         <AppWrapperEmpty
           title="暂无数据"
           title="暂无数据"
-          :is-empty="$util.isEmpty(list.data)"
+          :is-empty="$util.isEmpty(detailsList)"
         />
         />
       </block>
       </block>
     </scroll-view>
     </scroll-view>

+ 4 - 1
hdApp/src/pagesPurchase/order.vue

@@ -189,8 +189,10 @@ export default {
     // height: 200upx;
     // height: 200upx;
     height: 100%;
     height: 100%;
     background: #f0f2f6;
     background: #f0f2f6;
-    padding: 20upx 0;
+    padding: 0 0 20upx;
     .list_item {
     .list_item {
+      margin: 20upx 0 0;
+      // padding-left: 20upx;
       position: relative;
       position: relative;
       height: 180upx;
       height: 180upx;
       width: 100vw;
       width: 100vw;
@@ -198,6 +200,7 @@ export default {
       display: flex;
       display: flex;
       align-items: center;
       align-items: center;
       & > image {
       & > image {
+        margin-left: 30upx;
         width: 120upx;
         width: 120upx;
         height: 120upx;
         height: 120upx;
         border-radius: 60upx;
         border-radius: 60upx;