bug154
This commit is contained in:
@@ -5,7 +5,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="welcome">
|
<div class="welcome">
|
||||||
<div class="welcome-user">
|
<div class="welcome-user">
|
||||||
<span class="name">{{ user.realName || user.nickName }}</span>,欢迎进入新华街社区!
|
<span class="name">{{ user.realName || user.nickName }}</span>,
|
||||||
|
<span v-if="!user.idNumber">欢迎来到丰收银行</span>
|
||||||
|
<span v-else>欢迎进入{{ uaer.areaName }}!</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="signin" @click="$u.toast('内容建设中...')">签到</div>
|
<div class="signin" @click="$u.toast('内容建设中...')">签到</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
<template>
|
||||||
|
<div class="signIn">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'signIn',
|
||||||
|
appName: 'signIn',
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
},
|
||||||
|
onShow() {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.signIn {
|
||||||
|
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user