qingyiay
2023-07-02 f5427eeb16cadd3b0534454ab3c92df6f0ec1536
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
@@ -12,21 +12,21 @@
         <view class="weigh-item">
            <view class="item">
               <view class="concrete"
                  style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/skin.png') no-repeat;background-size: cover;">
                  :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/skin.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
                  皮
               </view>
               <view class="num">{{ item.skin }}</view>
            </view>
            <view class="item">
               <view class="concrete"
                  style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/hair.png') no-repeat;background-size: cover;">
                  :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/hair.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
                  毛
               </view>
               <view class="num">{{ item.hair }}</view>
            </view>
            <view class="item">
               <view class="concrete"
                  style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/clean.png') no-repeat;background-size: cover;">
                  :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/clean.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
                  净
               </view>
               <view class="num">{{ item.clean }}</view>
@@ -94,6 +94,7 @@
</template>
<script>
   import { onlineurl } from '@/api/request.js'
   export default {
      data() {
         return {
@@ -112,7 +113,8 @@
            // 产品列表
            actionsList: [],
            actionShow: false,
            actionIndex: null
            actionIndex: null,
            onlineurl,
         };
      },
      computed: {