新增企业广场

This commit is contained in:
唐明明
2021-08-04 17:59:36 +08:00
parent 37aa773873
commit 3c3d946eb5
58 changed files with 8343 additions and 2037 deletions

View File

@@ -0,0 +1,30 @@
<template>
<view>
<view class="industry--list">
<view class="industry--box">
<image class="industry--cover" src="../../static/dev/good_cover_00.jpg" mode="aspectFill"></image>
<view class="industry--content">
<view class="industry--title">MLB</view>
<view class="industry--credibility">信誉值</view>
<view class="industry--business">主营</view>
<view class="industry--trading">成交</view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
name:"industry-list",
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>