uview-plus组件库全面升级更新,订单结算判断支付方式是否可用代码调整,公众号关注二维码修改
This commit is contained in:
@@ -7,7 +7,7 @@ export const props = defineMixin({
|
||||
type: [String, Number, null],
|
||||
default: () => defProps.tabbarItem.name
|
||||
},
|
||||
// uView内置图标或者绝对路径的图片
|
||||
// uview-plus内置图标或者绝对路径的图片
|
||||
icon: {
|
||||
icon: String,
|
||||
default: () => defProps.tabbarItem.icon
|
||||
@@ -31,7 +31,11 @@ export const props = defineMixin({
|
||||
badgeStyle: {
|
||||
type: [Object, String],
|
||||
default: () => defProps.tabbarItem.badgeStyle
|
||||
},
|
||||
// 模式,默认普通模式,midButton中间按钮模式
|
||||
mode: {
|
||||
type: String,
|
||||
default: () => defProps.tabbarItem.mode
|
||||
}
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user