| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 |
- <template>
- <view class="text-color-333">
- <view class="property content p-30 sys-background-fff r-30">
- <view v-for="(property,propertyKey) in propertyList" class=" size-26">
- <!-- 房产信息 -->
- <view v-if="property.property_type===1" class="">
- <view class="row-c">
- <view class="dot"></view>
- <text class="sys-weight-600 m-l10">房产信息</text>
- </view>
- <view class="property-box-one r-20 m-t30 p-20">
- <view class="">
- <text class="size-32 color-11003B sys-weight-600">{{property.data.property_owner}}</text>
- <text class="size-24 color-6E6686 m-l10">产权人</text>
- </view>
- <view class="size-26 m-tb10">
- <text class="capsule">{{property.data.house_address}}</text>
- <text class="capsule">{{property.data.build_date}}年建</text>
- <text class="capsule">{{property.data.covered_area}}m²</text>
- </view>
- <view class="sys-background-fff r-20 p-20">
- <view class="">
- <text class="text-color-666">房产证号</text>
- <text class="m-l10">{{property.data.deed_num}}</text>
- </view>
- <view class="row-c m-tb20">
- <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
- </image>
- <text>{{property.data.remark}}</text>
- </view>
- <view class="row m-t20">
- <image class="wh-30 m-r20 p-t6" src="/static/img/task-details/address-two.png"
- mode="aspectFill">
- </image>
- <view class="flex">
- <text class="flex">{{property.data.house_city}}</text>
- <image class="card r-20 m-t20" src="/static/img/task-details/front.png"
- mode="aspectFill">
- </image>
- </view>
- </view>
- <view class="sys-from-background-color m-t20 p-20 r-20">
- <view class="m-b20">房产证件</view>
- <view class="row-c">
- <image class="picture m-r20 r-10" :src="property.data.certificate_img"
- mode="aspectFill">
- </image>
- </view>
- </view>
- <view class="sys-from-background-color m-t20 p-20 r-20">
- <view class="m-b20">房产关联图片</view>
- <view class="row-c">
- <image class="picture m-r20 r-10" :src="property.data.property" mode="aspectFill">
- </image>
- </view>
- </view>
- </view>
- <image class="property-icon wh-100" :src="property.data.certificate_img" mode=""> </image>
- </view>
- </view>
- <!-- 保单信息 -->
- <view v-else-if="property.property_type===2" class="m-t30">
- <view class="row-c">
- <view class="dot"></view>
- <text class="sys-weight-600 m-l10">保单信息</text>
- </view>
- <view class="property-box-two r-20 m-t30 p-20">
- <view class="">
- <text class="size-32 color-11003B sys-weight-600">太平洋保险</text>
- <text class="size-24 color-6E6686 m-l10">公司</text>
- </view>
- <view class="size-26 m-tb10">
- <text class="capsule two-text">人寿</text>
- <text class="capsule two-text">8000元/年</text>
- </view>
- <view class="sys-background-fff r-20 p-20">
- <view class="">
- <text class="text-color-666">有效期</text>
- <text class="m-l10">2024.10.23</text>
- </view>
- <view class="row-c m-tb20">
- <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
- </image>
- <text>满足缴费情况</text>
- </view>
- <view class="sys-from-background-color m-t20 p-20 r-20">
- <view class="m-b20">保单照片</view>
- <view class="row-c">
- <image class="picture m-r20 r-10" src="/static/img/logo.png" mode="aspectFill"
- v-for="(item,index) in 3" :key="index">
- </image>
- </view>
- </view>
- </view>
- <image class="property-icon wh-100" src="/static/img/task-details/property-two.png" mode="">
- </image>
- </view>
- </view>
- <!-- 车辆信息 -->
- <view v-else-if="property.property_type===3" class="m-t30">
- <view class="row-c">
- <view class="dot"></view>
- <text class="sys-weight-600 m-l10">车辆信息</text>
- </view>
- <view class="property-box-three r-20 m-t30 p-20">
- <view class="">
- <text class="size-32 color-11003B sys-weight-600">奔驰</text>
- <text class="size-24 color-6E6686 m-l10">品牌</text>
- </view>
- <view class="size-26 m-tb10">
- <text class="capsule two-text">白色</text>
- <text class="capsule two-text">2020年登记</text>
- <text class="capsule two-text">30万元</text>
- </view>
- <view class="sys-background-fff r-20 p-20">
- <view class="">
- <text class="text-color-666">车牌号</text>
- <text class="m-l10">渝A88888</text>
- </view>
- <view class="m-tb16">
- <text class="text-color-666">车架号</text>
- <text class="m-l10">CX584564</text>
- </view>
- <view class="">
- <text class="text-color-666">车牌类型</text>
- <text class="m-l10">非运营车</text>
- </view>
- <view class="sys-from-background-color m-t20 p-20 r-20">
- <view class="row-c">
- <view class="">
- <text class="size-24">行驶证</text>
- <image class="picture m-t20 r-10" src="/static/img/logo.png" mode="aspectFill">
- </image>
- </view>
- <view class="m-l20">
- <text class="size-24">车辆登记证</text>
- <image class="picture m-r20 m-t20 r-10" src="/static/img/logo.png"
- mode="aspectFill">
- </image>
- </view>
- </view>
- <view class="row-c">
- <view class="">
- <view class="size-24 m-t20">车辆照片</view>
- <view class="row-c m-t10" style="flex-wrap: wrap;">
- <image class="picture m-r20 r-10 m-t10" src="/static/img/logo.png"
- mode="aspectFill" v-for="(item,index) in 5" :key="index">
- </image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <image class="property-icon wh-100" src="/static/img/task-details/property-three.png" mode="">
- </image>
- </view>
- </view>
- <!-- 企业信息 -->
- <view v-else-if="property.property_type===4" class="m-t30">
- <view class="row-c">
- <view class="dot"></view>
- <text class="sys-weight-600 m-l10">车辆信息</text>
- </view>
- <view class="property-box-four r-20 m-t30 p-20">
- <view class="">
- <text class="size-32 color-11003B sys-weight-600">春航科技有限责任公司</text>
- </view>
- <view class="size-26 m-tb10">
- <text class="capsule two-text">白色</text>
- <text class="capsule two-text">2020年登记</text>
- <text class="capsule two-text">30万元</text>
- </view>
- <view class="sys-background-fff r-20 p-20">
- <view class="">
- <text class="text-color-666">年交税额</text>
- <text class="m-l10">5000000元</text>
- </view>
- <view class="m-tb16">
- <text class="text-color-666">年开票额</text>
- <text class="m-l10">5000000元</text>
- </view>
- <view class="">
- <text class="text-color-666">税务登记</text>
- <text class="m-l10">A</text>
- </view>
- <view class="row-c m-tb20">
- <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
- </image>
- <text>无税务断缴情况</text>
- </view>
- <view class="row m-t20">
- <image class="wh-30 m-r20 p-t6" src="/static/img/task-details/address-two.png"
- mode="aspectFill">
- </image>
- <view class="flex">
- <text class="flex">四川省 成都市 武侯区 置信南街 61 号 兰园5栋 2 单元 5楼这是俩排的地</text>
- <image class="card r-20 m-t20" src="/static/img/task-details/front.png"
- mode="aspectFill"></image>
- </view>
- </view>
- <view class="sys-from-background-color m-t20 p-20 r-20">
- <view class="size-24">企业照片</view>
- <view class="row-c m-t10" style="flex-wrap: wrap;">
- <image class="picture m-r20 r-10 m-t10" src="/static/img/logo.png" mode="aspectFill"
- v-for="(item,index) in 3" :key="index">
- </image>
- </view>
- </view>
- </view>
- <image class="property-icon wh-100" src="/static/img/task-details/property-four.png" mode="">
- </image>
- </view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- props: {
- propertyList: {
- default: {}
- },
- },
- data() {
- return {}
- },
- }
- </script>
- <style lang="scss" scoped>
- .property {
- padding-top: 90rpx;
- background-image: url('https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/task-details/bg-four.png');
- background-repeat: no-repeat;
- background-size: 100% auto;
- .bg-box {
- width: 710rpx;
- height: 80rpx;
- }
- .dot {
- width: 12rpx;
- height: 12rpx;
- border-radius: 50%;
- background: #0FB160;
- }
- }
- .property-box-one {
- position: relative;
- background: linear-gradient(161deg, #B0FDB3 0%, #5EDE9D 100%);
- }
- .property-box-two {
- position: relative;
- background: linear-gradient(161deg, #FFE2E2 0%, #FBCACA 100%);
- .two-text {
- background: #D06565;
- }
- .picture {
- width: 160rpx;
- height: 190rpx;
- display: block;
- }
- }
- .property-box-three {
- position: relative;
- background: linear-gradient(161deg, #CDE7FD 0%, #B6D2FB 100%);
- .two-text {
- background: #2E86F4;
- }
- .picture {
- width: 160rpx;
- height: 90rpx;
- display: block;
- border-radius: 10rpx;
- }
- }
- .property-box-four {
- position: relative;
- background: linear-gradient(161deg, #F4DCBD 0%, #EEC398 100%);
- .two-text {
- background: #C37929;
- }
- .picture {
- width: 160rpx;
- height: 90rpx;
- display: block;
- border-radius: 10rpx;
- }
- }
- .property-icon {
- position: absolute;
- right: 40rpx;
- top: 12rpx;
- }
- .capsule {
- color: #fff;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 99rpx;
- background: #0FB160;
- text-align: center;
- padding: 0 20rpx;
- margin-right: 10rpx;
- }
- .card {
- width: 160rpx;
- height: 90rpx;
- display: block;
- }
- </style>
|