Bug fix
This commit is contained in:
@@ -9,7 +9,7 @@ export default {
|
||||
],
|
||||
baseURL: 'https://server.fiv.tacever.org/v1',
|
||||
// baseURL: 'http://yapi.faronear.org/mock/20/v1',
|
||||
linkAndroid: 'https://fivhome.github.io/app/android.apk',
|
||||
linkAndroid: 'https://fivhome.github.io/app/fiv.apk',
|
||||
linkIOS: 'https://fivapp.github.io',
|
||||
linkTelegram: 'https://t.me/fivhome',
|
||||
linkEmail: 'team-fiv@outlook.com',
|
||||
|
||||
@@ -103,7 +103,7 @@ const FundPage: React.FC<HomeFundModelState & DispatchProp> = ({
|
||||
onRefresh={onRefresh}
|
||||
loading={loadingList}
|
||||
enableLoading={!loadingFinished}
|
||||
enableRefresh={!isApp()}
|
||||
enableRefresh={isApp()}
|
||||
onLoadMore={() => dispatch({ type: 'homeFund/loadList' })}
|
||||
itemKey={data => data.id}
|
||||
itemSize={80}
|
||||
|
||||
@@ -107,7 +107,7 @@ const CommunityPage: React.FC<HomeCommunityModelState & DispatchProp> = ({
|
||||
onRefresh={onRefresh}
|
||||
loading={loadingList}
|
||||
enableLoading={!loadingFinished}
|
||||
enableRefresh={!isApp()}
|
||||
enableRefresh={isApp()}
|
||||
onLoadMore={() => dispatch({ type: 'homeCommunity/loadList' })}
|
||||
itemKey={data => data.id}
|
||||
itemSize={60}
|
||||
|
||||
Reference in New Issue
Block a user