添加商城标签
This commit is contained in:
@@ -6,8 +6,10 @@ Component({
|
||||
label_value: 'label_1',
|
||||
list: [
|
||||
{ label_value: 'label_1', icon: 'home', ariaLabel: '首页' },
|
||||
{ label_value: 'label_2', icon: 'chat', ariaLabel: '聊天' },
|
||||
{ label_value: 'label_3', icon: 'user', ariaLabel: '我的' },
|
||||
{ label_value: 'label_2', icon: 'add', ariaLabel: '聊天' },
|
||||
{ label_value: 'label_3', icon: 'shop', ariaLabel: '商城' },
|
||||
{ label_value: 'label_4', icon: 'user', ariaLabel: '我的' },
|
||||
|
||||
],
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user