百色农校
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<template>
|
||||
<div class="w-full container-bg bg-blue-600 gap-10 flex justify-center items-center py-6">
|
||||
<span class="text-xl text-white font-bold">联系我们,为您降本增效</span>
|
||||
<el-button size="large" @click="navigateTo(`/order/659.html`)">马上联系</el-button>
|
||||
<el-button size="large" @click="openUrl(`https://zzyx.gxcampus.com/register`)">在线报名</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import {navigateTo} from "#imports";
|
||||
import {navigateTo, openUrl} from "#imports";
|
||||
|
||||
</script>
|
||||
<style type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user