onShow
This commit is contained in:
@@ -76,14 +76,15 @@ export default {
|
||||
},
|
||||
computed: {},
|
||||
watch: {},
|
||||
onLoad() {
|
||||
document.title = '婚丧嫁娶'
|
||||
onLoad() {
|
||||
this.$dict.load('marriageType', 'modeType').then(() => {
|
||||
this.getCount()
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
onShow() {},
|
||||
onShow() {
|
||||
document.title = "婚丧嫁娶"
|
||||
},
|
||||
methods: {
|
||||
getCount() {
|
||||
uni.showLoading({
|
||||
|
||||
Reference in New Issue
Block a user