guhongwei 5 years ago
parent
commit
0ce33c04ea
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/dynamic/dealDetail.vue

+ 3 - 1
src/views/dynamic/dealDetail.vue

@@ -39,7 +39,9 @@
                       </el-col>
                     </el-col>
                     <el-col :span="24" class="btn">
-                      <el-button @click.native="$router.push({ path: '/market/contact', query: { id: dealDetails.product_id } })">我要对接</el-button>
+                      <el-button @click.native="$router.push({ path: '/live/hall/dock/dockDetail', query: { id: dealDetails.product_id } })"
+                        >我要对接</el-button
+                      >
                     </el-col>
                   </el-col>
                 </el-col>