diff --git a/pages/template/custom-tab-bar/custom-tab-bar.uvue b/pages/template/custom-tab-bar/custom-tab-bar.uvue index 5d6cf8ec329b2d1fd8306f91a7ac5d519214db25..f941b81d0b0afb83eb6c119b74a858bf37ef260f 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar.uvue @@ -5,15 +5,15 @@ - - + + {{'\ue6be'}} - - + + {{'\ue699'}} diff --git a/pages/template/custom-tab-bar2/custom-tab-bar2.uvue b/pages/template/custom-tab-bar2/custom-tab-bar2.uvue index 762bb2c9a5f7b62554ff41f9ab851c8371597502..184519401187badb0d4488c80a70d06ad7b95510 100644 --- a/pages/template/custom-tab-bar2/custom-tab-bar2.uvue +++ b/pages/template/custom-tab-bar2/custom-tab-bar2.uvue @@ -5,8 +5,8 @@ - - + + {{'\ue644'}} @@ -16,12 +16,12 @@ - + + - - + + {{'\ue699'}} @@ -83,6 +83,13 @@ this.tabList[index].init = true } this.selectedIndex = index + }, + onPlusClick() { + uni.showModal({ + title: "提示", + content: "你点击了 +", + showCancel: false + }) } } } @@ -161,8 +168,8 @@ border-radius: 50px; background-color: #FE5722; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); - margin-left: auto; - margin-right: auto; + /* margin-left: auto; + margin-right: auto; */ margin-top: -35px; align-items: center; justify-content: center;