|
@@ -13,7 +13,7 @@ import { CATEGORY_PAGESOURCE } from '@/const/index'
|
|
|
// import { getTopSafeHeight, throttle, formatSecondsAsTime, getPreIds } from '@/utils'
|
|
|
|
|
|
// import Route from '@/class/Route'
|
|
|
-import './index.less'
|
|
|
+import './category.less'
|
|
|
|
|
|
let pageNo = 1
|
|
|
let activeIndex = 0
|
|
@@ -36,11 +36,11 @@ export default function Index() {
|
|
|
useLoad(() => {
|
|
|
setBotHeight(pageHeight())
|
|
|
|
|
|
- const { redirect } = params
|
|
|
+ const { jumpPage } = params
|
|
|
let dur = 0
|
|
|
- if (redirect) {
|
|
|
+ if (jumpPage) {
|
|
|
const route = new Route()
|
|
|
- route.push(decodeURIComponent(redirect))
|
|
|
+ route.push(decodeURIComponent(jumpPage))
|
|
|
dur = 1000
|
|
|
setToSharePage(true)
|
|
|
}
|