|
@@ -87,7 +87,7 @@
|
|
<image
|
|
<image
|
|
class="empty-container-image"
|
|
class="empty-container-image"
|
|
src="/static/ws/empty_product.png"
|
|
src="/static/ws/empty_product.png"
|
|
- mode="aspectFit"
|
|
|
|
|
|
+ mode="widthFix"
|
|
></image>
|
|
></image>
|
|
<text class="error-text">商品列表空空如也~</text>
|
|
<text class="error-text">商品列表空空如也~</text>
|
|
</view>
|
|
</view>
|
|
@@ -294,6 +294,8 @@ export default {
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
.commodity-list-wrapper {
|
|
.commodity-list-wrapper {
|
|
.empty-container-image {
|
|
.empty-container-image {
|
|
|
|
+ width: 200rpx;
|
|
|
|
+ height: 200rpx;
|
|
margin-top: -300rpx;
|
|
margin-top: -300rpx;
|
|
}
|
|
}
|
|
.toIndexPage {
|
|
.toIndexPage {
|