add user page footer
parent
f37af7dacd
commit
a5aa10d6f4
|
|
@ -39,7 +39,7 @@ export default class InformPage extends Component {
|
|||
this.setState({
|
||||
isDisable: false,
|
||||
});
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
}
|
||||
onReset() {
|
||||
this.setState({
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ export default class SettingsPage extends Component {
|
|||
this.setState({
|
||||
isDisable: false,
|
||||
});
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
}
|
||||
onReset() {
|
||||
this.setState({
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ import Taro from '@tarojs/taro';
|
|||
import type CustomTabBar from '../../custom-tab-bar';
|
||||
import './user.scss';
|
||||
import { AtList, AtListItem } from 'taro-ui';
|
||||
import PageFooter from '@/components/PageFooter/PageFooter';
|
||||
|
||||
export default class UserPage extends Component {
|
||||
// 以下是TabBar相关
|
||||
|
|
@ -73,6 +74,7 @@ export default class UserPage extends Component {
|
|||
onClick={this.reportPage}
|
||||
/>
|
||||
</AtList>
|
||||
<PageFooter />
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue