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