[FIX] 修改跳转页面后的页面title

This commit is contained in:
wangmingzhe
2019-12-27 15:31:00 +08:00
parent aac92d29ee
commit efa65ce1cb

View File

@@ -67,24 +67,7 @@ export default {
mounted() {
document.body.style.backgroundColor = '#fff'
// 筛选按钮的点击事件
window.appCallBack = this.appCallBack
},
methods: {
appCallBack() {
// 筛选按钮的点击事件
this.$jump({
flag: 'navigation',
extra: {
title: this.title + '渠道',
hiddenRight: '1'
}
})
if (this.currentPopupIndex == 1) {
this.customerShowPicker = false
} else if (this.currentPopupIndex == 2) {
this.occupationShowPicker = false
}
}
document.title = localStorage.title + '渠道'
},
filters: {
filterTitle: function(value) {