25858
This commit is contained in:
@@ -135,7 +135,7 @@ export default {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('发布成功')
|
||||
this.flag = false
|
||||
uni.navigateTo({ url: `./AppMarryAndDie` })
|
||||
uni.navigateTo({ url: `./AppMarryAndDie?indexTabs=1` })
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
@@ -131,7 +131,11 @@ export default {
|
||||
},
|
||||
},
|
||||
watch: {},
|
||||
onLoad() {
|
||||
onLoad(o) {
|
||||
if (o.indexTabs) {
|
||||
this.currentTabs = o.indexTabs
|
||||
}
|
||||
|
||||
this.$dict.load('marriageType', 'modeType').then(() => {
|
||||
this.getList()
|
||||
this.getEchart()
|
||||
|
||||
Reference in New Issue
Block a user