You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
990 B
41 lines
990 B
3 years ago
|
<template>
|
||
|
<view class="CompanyDetails">
|
||
|
<view class="header">
|
||
|
<image src="../../static/icon/政务服务1.png" mode=""></image>
|
||
|
<view class="title">
|
||
|
MMP
|
||
|
</view>
|
||
|
<view class="content">
|
||
|
<view class="">
|
||
|
<text class="textTitle">基本情况:</text>
|
||
|
<text class="textContent">城市精品</text>
|
||
|
</view>
|
||
|
<view class="">
|
||
|
<text class="textTitle">基本情况:</text>
|
||
|
<text class="textContent">城市精品</text>
|
||
|
</view>
|
||
|
<view class="">
|
||
|
<text class="textTitle">基本情况:</text>
|
||
|
<text class="textContent">城市精品</text>
|
||
|
</view>
|
||
|
<view class="">
|
||
|
<text class="textTitle">基本情况:</text>
|
||
|
<text class="textContent">城市精品</text>
|
||
|
</view>
|
||
|
<view class="">
|
||
|
<text class="textTitle">联系方式:</text>
|
||
|
<text class="textContent">9090980</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
</script>
|
||
|
|
||
|
<style lang="scss">
|
||
|
@import "./CompanyDetails.scss"
|
||
|
</style>
|