setNavigationBarTitle
This commit is contained in:
@@ -53,8 +53,6 @@
|
||||
</div>
|
||||
|
||||
<div class="btn" @click="submit">保存</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -99,10 +97,9 @@ export default {
|
||||
},
|
||||
computed: { ...mapState(['user']) },
|
||||
onLoad(o) {
|
||||
console.log(this.user)
|
||||
uni.setNavigationBarTitle({ title: '发布活动' })
|
||||
this.id = o.id ? o.id : ''
|
||||
this.$dict.load('realityStatus').then(() => {
|
||||
// this.getDetail()
|
||||
this.areaId = this.user.areaId
|
||||
this.forms.areaId = this.user.areaId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user