|
@@ -80,8 +80,8 @@
|
|
|
</el-col>
|
|
|
<el-col class="mainDown">
|
|
|
<el-button @click="btnInfo()" type="info">项目详情</el-button>
|
|
|
- <span v-if="this.user.uid != detailInfo.userid"> <el-button @click="btnPhone()" type="primary">对接聊天</el-button></span>
|
|
|
- <span v-if="this.user.uid != detailInfo.userid"><el-button @click="btnTrade()" type="success">洽谈交易</el-button></span>
|
|
|
+ <el-button v-if="this.user.uid != detailInfo.userid" @click="btnPhone()" type="primary">对接聊天</el-button>
|
|
|
+ <el-button v-if="this.user.uid != detailInfo.userid" @click="btnTrade()" type="success">洽谈交易</el-button>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</div>
|