|
|
@@ -33,10 +33,10 @@ |
|
|
|
<img :src="data.mainPicRealPath" alt="">
|
|
|
|
</el-card>
|
|
|
|
<div class="info_list">
|
|
|
|
<p>标题:<span>{{data.title}}</span></p>
|
|
|
|
<p>日期:<span>{{data.publishDate}}</span></p>
|
|
|
|
<!-- <p>标题:<span>{{data.title}}</span></p> -->
|
|
|
|
<p>日期:<span>{{data.publishDate}} </span></p>
|
|
|
|
<p>姓名:<span>{{data.author}}</span></p>
|
|
|
|
<p>电话:<span>{{setPhone(data.phone)}} </span> <el-button type="primary" size="mini" plain @click="dialogVisible = true">获取联系方式</el-button></p>
|
|
|
|
<p>电话:<span class="phone">{{setPhone(data.phone)}} </span> <el-button type="primary" size="mini" plain @click="dialogVisible = true">获取联系方式</el-button></p>
|
|
|
|
<p>地址:<span>{{data.address}}</span></p>
|
|
|
|
|
|
|
|
<el-divider></el-divider>
|
|
|
@@ -100,6 +100,9 @@ |
|
|
|
:visible.sync="dialogVisible"
|
|
|
|
width="30%">
|
|
|
|
<h3>{{data.phone}}</h3>
|
|
|
|
<p class="dialog_des">
|
|
|
|
联系时请说是在武汉富茂链客科技有限公司看到的, 谢谢
|
|
|
|
</p>
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
|
|
|
<el-button type="primary" @click="dialogVisible = false">确 定</el-button>
|
|
|
@@ -311,6 +314,12 @@ export default { |
|
|
|
font-size: 14px;
|
|
|
|
span{
|
|
|
|
margin-left: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
width: 260px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
span.phone{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
a{
|
|
|
|
color: rgb(64, 158, 255);
|
|
|
@@ -462,6 +471,9 @@ export default { |
|
|
|
.Box >>> img{
|
|
|
|
width: 600px;
|
|
|
|
}
|
|
|
|
.dialog_des{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<style scoped>
|
|
|
|
.Box .breadcrumb .el-breadcrumb{
|
|
|
|