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