|
|
@@ -4,7 +4,8 @@
|
|
|
<app-navbar :title="globalStore.getSystemInfo('appName')" :show-back-button="false" />
|
|
|
</template>
|
|
|
<Banner :data-list="topBanners" />
|
|
|
- <PullRefresh class="home-main__container" v-model="refreshing" @refresh="onRefresh">
|
|
|
+ <PullRefresh class="home-main__container" v-model="refreshing" @refresh="onRefresh" :pulling-text="$t('common.pulling-text')"
|
|
|
+ :loosing-text="$t('common.loosing-text')" :loading-text="$t('common.loading-text')" :success-text="$t('common.success-text')">
|
|
|
<app-block>
|
|
|
<Cell :value="$t('common.more')" :to="{ name: 'notice-list' }" icon="volume" is-link>
|
|
|
<template #title>
|