This commit is contained in:
saplf
2019-09-08 20:20:11 +08:00
parent d34db1ff7b
commit e493267a51
3 changed files with 3 additions and 3 deletions

View File

@@ -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',

View File

@@ -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}

View File

@@ -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}