MrShi
18 小时以前 e4f9739d74323aacf09d139700f22a383910ee97
mini-program/pagesA/pages/product-management/product-management.vue
@@ -55,7 +55,7 @@
      </view>
      <view class="commodity">
         <view class="commodity-wu" v-if="goodsList.length === 0">
            <image src="/static/images/default_search@2x.png" mode="widthFix"></image>
            <image src="/static/images/default_nodata_white.pngg" mode="widthFix"></image>
         </view>
         <view class="list-item" v-else v-for="(item, i) in goodsList" :key="i" @click="jumpDetails(item.id)">
            <view class="list-item-image">
@@ -444,6 +444,7 @@
               justify-content: center;
               image {
                  width: 100%;
                  height: 330rpx;
               }
            }
            .commodity-item-box {