mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 20:42:52 +08:00
[FIX] 修改跳转页面后的页面title
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user