Style:无数据状态显示调整

This commit is contained in:
lifizer
2024-03-08 18:06:34 +08:00
parent 569d5d86f2
commit 39ff2af49e
4 changed files with 108 additions and 57 deletions
+17
View File
@@ -0,0 +1,17 @@
<template>
<view class="noCommodity">
<view class="noPictrue">
<image :src="webUrl+'/20210203153900181449.png'" class="image"/>
</view>
</view>
</template>
<script>
export default {
name: "NoGoodData",
data: function() {
return {
webUrl: this.$VUE_APP_RESOURCES_URL
}
}
}
</script>