Commit 87a8a3d272cbfc0c4f24f5432a245d219bf31bbe
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 | 175 | </tr> |
176 | 176 | </tbody> |
177 | 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 | 187 | <!-- <v-dialog v-model="dialog" activator="parent" width="auto"> |
179 | 188 | <v-card> Contact us Email: contact@canrd.com QQ: 3003597584 / 2902385824 </v-card> |
180 | 189 | </v-dialog> --> | ... | ... |