Commit 2f955748 authored by xinzhedeai's avatar xinzhedeai

fix:商家端首页,点击整改超期按钮,页面显示列表不是整改逾期列表问题处理

parent d41336b9
......@@ -46,7 +46,7 @@ window.addEventListener('load', function () {
this.activeTab = 2
} else if (type === 'willExpire') { // 即将超期待整改
this.activeTab = 2
} else if (type === 'expired') { // 超期 整改逾期
} else if (type === 'expire') { // 超期 整改逾期
this.activeTab = 4
}
if (gemhoUtil.getCookie('userType') !== 'shop') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment