uview-plus组件库全面升级更新,订单结算判断支付方式是否可用代码调整,公众号关注二维码修改

This commit is contained in:
2025-10-21 10:44:31 +08:00
parent 5d98b7efc2
commit 5f3a307fec
395 changed files with 31264 additions and 2477 deletions

View File

@@ -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
}
}
})