最新楼层装修模块

This commit is contained in:
学习很差啦
2023-04-07 16:47:27 +08:00
parent 816d842a57
commit 1cbafbce25
19 changed files with 940 additions and 144 deletions

View File

@@ -16,23 +16,28 @@ export default {
iconList:[
{
icon:"user",
label:"会员中心"
label:"会员中心",
path:"/home"
},
{
icon:"consumer",
label:"客服"
label:"客服",
path:"/home"
},
{
icon:"notification",
label:"消息"
label:"消息",
path:"/home/MsgList"
},
{
icon:"feedback",
label:"反馈"
label:"反馈",
path:"/home"
},
{
icon:"back",
label:"顶部"
label:"顶部",
path:"back"
},
],
isScrolling:false,
@@ -62,7 +67,7 @@ export default {
}
},
handleClickIcon(val){
if(val.icon === 'back'){
if(val.path === 'back'){
this.scrollToTop()
}
}