|
@@ -2,6 +2,7 @@ import React, { useCallback, useRef, useState } from 'react'
|
|
|
import styles from './index.module.scss'
|
|
import styles from './index.module.scss'
|
|
|
import { baseURL } from '@/utils/http'
|
|
import { baseURL } from '@/utils/http'
|
|
|
import history from '@/utils/history'
|
|
import history from '@/utils/history'
|
|
|
|
|
+import BtnRight from '@/components/BtnRight'
|
|
|
function B4xian() {
|
|
function B4xian() {
|
|
|
const [isFlag, setIsFlag] = useState(false)
|
|
const [isFlag, setIsFlag] = useState(false)
|
|
|
|
|
|
|
@@ -42,7 +43,7 @@ function B4xian() {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
{/* 返回按钮 */}
|
|
{/* 返回按钮 */}
|
|
|
- <div className='B4back' title='返回' onClick={() => history.go(-1)}></div>
|
|
|
|
|
|
|
+ <BtnRight imgName='back' clickSon={() => history.go(-1)} title='返回' />
|
|
|
</div>
|
|
</div>
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|