百色农校

This commit is contained in:
2025-04-17 16:22:32 +08:00
parent fe348ae97b
commit 7078da29f2
35 changed files with 516 additions and 114 deletions

View File

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