专题活动
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<div class="title-wrap" v-if="activityList.length">
|
||||
<span class="title">专题活动</span>
|
||||
<div class="right">
|
||||
<span class="title-more" @click="$linkTo('/mods/AppVillageActivity/AppVillageActivity')">更多活动</span>
|
||||
<span class="title-more" @click="$linkTo('../AppVillageActivity/AppVillageActivity')">更多活动</span>
|
||||
<u-icon name="arrow-right" size="28" color="#999999"></u-icon>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -165,11 +165,11 @@ export default {
|
||||
return false
|
||||
}
|
||||
|
||||
if (!this.user.residentId) {
|
||||
this.$linkTo('/mods/AppAuth/AppAuth')
|
||||
// if (!this.user.residentId) {
|
||||
// this.$linkTo('/mods/AppAuth/AppAuth')
|
||||
|
||||
return false
|
||||
}
|
||||
// return false
|
||||
// }
|
||||
|
||||
if (this.info.hasReport === '0') {
|
||||
return this.$toast('您还未报名,无法发布活动动态!')
|
||||
|
||||
@@ -35,7 +35,7 @@ import { mapState } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'AppVillageActivity',
|
||||
appName: '居民活动',
|
||||
appName: '专题活动',
|
||||
data() {
|
||||
return {
|
||||
list: [],
|
||||
|
||||
Reference in New Issue
Block a user