审核详情修改

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", "path": "pages/verify/detail/index",
"style": { "style": {
"navigationBarTitleText": "审核详情", "navigationBarTitleText": "审核详情"
"navigationStyle": "custom"
} }
}, },
{ {

View File

@ -1,13 +1,7 @@
<template> <template>
<view class="verify-detail-page"> <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"> <scroll-view class="content-scroll" scroll-y v-if="!loading">