1
This commit is contained in:
@@ -2,7 +2,7 @@ import { useState, useEffect, useRef } from "react";
|
||||
import { View, Image, Text } from "@tarojs/components";
|
||||
import { Input } from "@nutui/nutui-react-taro";
|
||||
import img from "@/config/images";
|
||||
import { withAuth, BackNavbar } from "@/components";
|
||||
import { withAuth, GeneralNavbar } from "@/components";
|
||||
import "./index.scss";
|
||||
import httpService from "@/services/httpService";
|
||||
import Taro, { useReachBottom } from "@tarojs/taro";
|
||||
@@ -262,9 +262,9 @@ const QueryTransactions = () => {
|
||||
</View>
|
||||
</View> */}
|
||||
{/* 顶部导航栏 */}
|
||||
<BackNavbar
|
||||
<GeneralNavbar
|
||||
title={pageTitle}
|
||||
showBackButton={true}
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
onBack={() => {
|
||||
Taro.navigateBack();
|
||||
|
||||
Reference in New Issue
Block a user