审核详情修改

This commit is contained in:
WindowBird 2025-11-18 17:12:45 +08:00
parent 08cebe614b
commit 762bdaf71e
2 changed files with 3 additions and 9 deletions

View File

@ -24,8 +24,8 @@
{
"path": "pages/verify/detail/index",
"style": {
"navigationBarTitleText": "审核详情",
"navigationStyle": "custom"
"navigationBarTitleText": "审核详情"
}
},
{

View File

@ -1,13 +1,7 @@
<template>
<view class="verify-detail-page">
<!-- 自定义导航栏 -->
<view class="custom-navbar">
<view class="navbar-content">
<text class="nav-btn" @click="handleBack"></text>
<text class="nav-title">详情</text>
<text class="nav-btn" @click="handleBack">×</text>
</view>
</view>
<!-- 内容区域 -->
<scroll-view class="content-scroll" scroll-y v-if="!loading">