From eff7c5f386577ffd82640d0d71b5cf7f31e010ca Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 20 一月 2022 15:53:30 +0800
Subject: [PATCH] 2022-01-20

---
 src/menu/components/share/mobPagination/index.jsx |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/src/menu/components/share/mobPagination/index.jsx b/src/menu/components/share/mobPagination/index.jsx
index d46c722..e6fdc37 100644
--- a/src/menu/components/share/mobPagination/index.jsx
+++ b/src/menu/components/share/mobPagination/index.jsx
@@ -1,19 +1,20 @@
-import React, {Component} from 'react'
-import { Icon, Pagination } from 'antd-mobile'
+import {Component} from 'react'
+// import { Icon, Pagination } from 'antd-mobile'
 
 import './index.scss'
 
 class MobPagination extends Component {
   render () {
-    return (
-      <Pagination className="mob-pagination" total={5}
-        current={1}
-        locale={{
-          prevText: (<span><Icon type="left" />涓婁竴椤�</span>),
-          nextText: (<span>涓嬩竴椤�<Icon type="right" /></span>),
-        }}
-      />
-    )
+    return null
+    // return (
+    //   <Pagination className="mob-pagination" total={5}
+    //     current={1}
+    //     locale={{
+    //       prevText: (<span><Icon type="left" />涓婁竴椤�</span>),
+    //       nextText: (<span>涓嬩竴椤�<Icon type="right" /></span>),
+    //     }}
+    //   />
+    // )
   }
 }
 

--
Gitblit v1.8.0