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