setNavigationBarTitle
This commit is contained in:
@@ -47,8 +47,6 @@
|
||||
</div>
|
||||
|
||||
<div class="btn" @click="submit">确认上报</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -82,6 +80,7 @@ export default {
|
||||
},
|
||||
computed: { ...mapState(['user']) },
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
|
||||
this.$dict.load('marriageType', 'modeType')
|
||||
this.forms.areaId = this.user.areaId
|
||||
},
|
||||
|
||||
@@ -77,6 +77,7 @@ export default {
|
||||
computed: {},
|
||||
watch: {},
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
|
||||
this.$dict.load('marriageType', 'modeType').then(() => {
|
||||
this.getCount()
|
||||
this.getList()
|
||||
|
||||
@@ -141,6 +141,7 @@ export default {
|
||||
},
|
||||
watch: {},
|
||||
onLoad(o) {
|
||||
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
|
||||
if (o.indexTabs) {
|
||||
this.currentTabs = o.indexTabs
|
||||
this.getList()
|
||||
|
||||
@@ -77,6 +77,7 @@ export default {
|
||||
computed: {},
|
||||
watch: {},
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
|
||||
this.$dict.load('marriageType', 'modeType').then(() => {
|
||||
this.getCount()
|
||||
this.getList()
|
||||
|
||||
@@ -77,6 +77,7 @@ export default {
|
||||
computed: {},
|
||||
watch: {},
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
|
||||
this.$dict.load('marriageType', 'modeType').then(() => {
|
||||
this.getCount()
|
||||
this.getList()
|
||||
|
||||
@@ -77,6 +77,7 @@ export default {
|
||||
computed: {},
|
||||
watch: {},
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
|
||||
this.$dict.load('marriageType', 'modeType').then(() => {
|
||||
this.getCount()
|
||||
this.getList()
|
||||
|
||||
Reference in New Issue
Block a user