feat: 字段修改

master
xjs 2025-04-29 13:09:15 +08:00
parent 381d2ae56e
commit a0242f154f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<view class="flex flex-col ml-[24rpx] justify-between flex-1"> <view class="flex flex-col ml-[24rpx] justify-between flex-1">
<view class="flex justify-between mb-[14rpx]"> <view class="flex justify-between mb-[14rpx]">
<view class="flex justify-between flex-col gap-[6rpx]"> <view class="flex justify-between flex-col gap-[6rpx]">
<text class="text-[32rpx] font-semibold">{{ college.name }}</text> <text class="text-[32rpx] font-semibold">{{ college.unName }}</text>
<text class="text-[22rpx] text-[#505050]"> <text class="text-[22rpx] text-[#505050]">
{{ college.city }}·{{ college.educationCategory }} {{ college.city }}·{{ college.educationCategory }}
</text> </text>

View File

@ -3,7 +3,7 @@
<template #title> <template #title>
<view class="flex items-center justify-between px-[32rpx] pt-[32rpx] pb-[24rpx]"> <view class="flex items-center justify-between px-[32rpx] pt-[32rpx] pb-[24rpx]">
<view class="flex flex-col gap-[14rpx]"> <view class="flex flex-col gap-[14rpx]">
<text class="text-[36rpx] text-[#303030] font-bold">{{ college?.name }}</text> <text class="text-[36rpx] text-[#303030] font-bold">{{ college?.unName }}</text>
<text class="text-[22rpx] text-[#505050]"> <text class="text-[22rpx] text-[#505050]">
{{ college?.city }}·{{ college?.educationCategory }} {{ college?.city }}·{{ college?.educationCategory }}
</text> </text>