18 lines
330 B
Vue
18 lines
330 B
Vue
<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>
|