|
|
|
@ -8,7 +8,6 @@ import {illnessApi} from "@/api/illness"; |
|
|
|
|
import Empty from "@/components/empty/empty"; |
|
|
|
|
import leftArrow from "@/static/img/leftArrow.png" |
|
|
|
|
import Spin from "@/components/spinner"; |
|
|
|
|
// import NavigationBar from "@/components/navigationBar/navigationBar";
|
|
|
|
|
|
|
|
|
|
const prefix = 'SORT' |
|
|
|
|
const Sort: FC = () => { |
|
|
|
@ -90,8 +89,7 @@ const Sort: FC = () => { |
|
|
|
|
<View |
|
|
|
|
className="flex flex-column align-center justify-center" |
|
|
|
|
style={{width:globalData.textBarHeight+'px', height: globalData.textBarHeight+'px'}} |
|
|
|
|
onClick={() => Taro.navigateBack()} |
|
|
|
|
> |
|
|
|
|
onClick={() => Taro.navigateBack()}> |
|
|
|
|
<Image |
|
|
|
|
src={leftArrow} |
|
|
|
|
mode='widthFix' |
|
|
|
@ -108,7 +106,6 @@ const Sort: FC = () => { |
|
|
|
|
</View> |
|
|
|
|
</View> |
|
|
|
|
|
|
|
|
|
{/*<Search onConfirm={onConfirm}/>*/} |
|
|
|
|
|
|
|
|
|
<Swiper |
|
|
|
|
onChange={swiperChange} |
|
|
|
|