guhongwei 5 سال پیش
والد
کامیت
5b07774c56
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/hall/dock/dockDetail.vue

+ 2 - 2
src/views/hall/dock/dockDetail.vue

@@ -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>