Skip to content

Commit 1b2a816

Browse files
committed
feat: update tabbar
1 parent 807623b commit 1b2a816

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

miniprogram/pages/index/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Page({
1111
value: 'index',
1212
icon: 'home'
1313
},{
14-
text: '学习',
14+
text: '技巧',
1515
value: 'learn',
16-
icon: 'laptop'
16+
icon: 'tips'
1717
}, {
1818
text: '个人中心',
1919
value: 'my',

miniprogram/pages/learn/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Page({
1010
value: 'index',
1111
icon: 'home'
1212
},{
13-
text: '学习',
13+
text: '技巧',
1414
value: 'learn',
15-
icon: 'laptop'
15+
icon: 'tips'
1616
}, {
1717
text: '个人中心',
1818
value: 'my',

miniprogram/pages/my/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Page({
88
value: 'index',
99
icon: 'home'
1010
},{
11-
text: '学习',
11+
text: '技巧',
1212
value: 'learn',
13-
icon: 'laptop'
13+
icon: 'tips'
1414
}, {
1515
text: '个人中心',
1616
value: 'my',

miniprogram/templates/tabbar.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
<t-tab-bar-item wx:for="{{tabbars}}" wx:key="index" value="{{item.value}}" icon="{{item.icon}}">
66
{{item.text}}
77
</t-tab-bar-item>
8-
</t-tab-bar>
8+
</t-tab-bar>

0 commit comments

Comments
 (0)