mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-08 01:42:28 +08:00
需求变更进行调整
This commit is contained in:
@@ -104,7 +104,7 @@ export default {
|
||||
},
|
||||
showHome: {
|
||||
type: Boolean,
|
||||
default: true // 回首页按钮默认不显示
|
||||
default: true // 回首页按钮默认显示
|
||||
}
|
||||
},
|
||||
data() {
|
||||
@@ -165,7 +165,7 @@ export default {
|
||||
goHome(){
|
||||
uni.switchTab({
|
||||
url:'/pages/index/index'
|
||||
})
|
||||
})
|
||||
},
|
||||
onExtraIconClick(index) {
|
||||
// 额外图标点击事件,可通过事件冒泡传递给父组件
|
||||
|
||||
Reference in New Issue
Block a user