Quellcode durchsuchen

Update GoodsSale.vue

lex vor 2 Jahren
Ursprung
Commit
a14213a52e
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/views/shopMall/GoodsSale.vue

+ 2 - 2
src/views/shopMall/GoodsSale.vue

@@ -318,7 +318,7 @@ export default {
       sGoodsOrderId: null,
       sGoodsOrderId: null,
       config: {
       config: {
         value: null, //显示的值、跳转的地址
         value: null, //显示的值、跳转的地址
-        imagePath: require("../../assets/images/logo.png"), //中间logo的地址
+        imagePath: require("../../assets/images/logo-s.png"), //中间logo的地址
       },
       },
       headerStatus: true,
       headerStatus: true,
       isStatus: false,
       isStatus: false,
@@ -1042,4 +1042,4 @@ export default {
     height: 0.2rem;
     height: 0.2rem;
   }
   }
 }
 }
-</style>
+</style>