refactor(pages): 使用s-layout重构更多服务页面

main
cr 2026-04-25 01:23:44 +08:00
parent cc87e84cbc
commit b60294beaa
1 changed files with 24 additions and 23 deletions

View File

@ -1,9 +1,9 @@
<!-- 更多服务 - 模仿首页功能入口网格 -->
<template>
<s-layout title="更多服务">
<view class="more-service-page">
<!-- 标题区 -->
<view class="page-header">
<text class="page-title">更多服务</text>
<text class="page-subtitle">可在此处查看所有服务哦~</text>
</view>
@ -27,6 +27,7 @@
<text class="empty-text">暂无数据</text>
</view>
</view>
</s-layout>
</template>
<script setup>