Commit 87a8a3d272cbfc0c4f24f5432a245d219bf31bbe

Authored by boyang
1 parent 95b9f7dc

fix: prod2-64/65

Showing 1 changed file with 9 additions and 0 deletions
components/ProductDetail.vue
@@ -175,6 +175,15 @@ @@ -175,6 +175,15 @@
175 </tr> 175 </tr>
176 </tbody> 176 </tbody>
177 </v-table> 177 </v-table>
  178 + <v-btn
  179 + size="large"
  180 + style="margin-top: 12px;margin-left: 12px;"
  181 + color="blue-darken-1"
  182 + @click="router.push('/contact')"
  183 + v-else-if="info.ticketTypes?.length === 0 || info.ticketTypes?.length === undefined"
  184 + >
  185 + Quote
  186 + </v-btn>
178 <!-- <v-dialog v-model="dialog" activator="parent" width="auto"> 187 <!-- <v-dialog v-model="dialog" activator="parent" width="auto">
179 <v-card> Contact us Email: contact@canrd.com QQ: 3003597584 / 2902385824 </v-card> 188 <v-card> Contact us Email: contact@canrd.com QQ: 3003597584 / 2902385824 </v-card>
180 </v-dialog> --> 189 </v-dialog> -->