审核详情修改
This commit is contained in:
parent
08cebe614b
commit
762bdaf71e
|
|
@ -24,8 +24,8 @@
|
|||
{
|
||||
"path": "pages/verify/detail/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "审核详情",
|
||||
"navigationStyle": "custom"
|
||||
"navigationBarTitleText": "审核详情"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user