static图片网络化

This commit is contained in:
anhaogxs
2021-04-10 15:42:46 +08:00
parent 7c07a24236
commit 40310ac2f0
179 changed files with 131 additions and 130 deletions

View File

@ -90,7 +90,7 @@
<!--购物车暂无商品-->
<view class="noCart" v-if="cartList.valid.length === 0 && cartList.invalid.length === 0">
<view class="pictrue">
<image src="@/static/images/noCart.png" />
<image :src="`${$VUE_APP_RESOURCES_URL}/images/noCart.png`" />
</view>
<Recommend></Recommend>
</view>
@ -517,8 +517,8 @@
<style lang="less">
.footer-h5 {
bottom: 50px
}
.shoppingCart{
position: relative;
}
.shoppingCart{
position: relative;
}
</style>