Feat:优惠券对接
This commit is contained in:
@@ -10,10 +10,6 @@ export default {
|
||||
icon: String,
|
||||
default: uni.$u.props.tabbarItem.icon
|
||||
},
|
||||
iconSize: {
|
||||
icon: String,
|
||||
default: 20
|
||||
},
|
||||
// 右上角的角标提示信息
|
||||
badge: {
|
||||
type: [String, Number, null],
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
v-if="icon"
|
||||
:name="icon"
|
||||
:color="isActive? parentData.activeColor : parentData.inactiveColor"
|
||||
:size="iconSize"
|
||||
:size="20"
|
||||
></u-icon>
|
||||
<template v-else>
|
||||
<slot
|
||||
|
||||
Reference in New Issue
Block a user