static图片网络化
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user