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

@@ -21,7 +21,7 @@
ref="u-rate__content__item__icon-wrap"
@tap.stop="clickHandler($event, index + 1)"
>
<u-icon
<up-icon
:name="
Math.floor(activeIndex) > index
? activeIcon
@@ -38,7 +38,7 @@
padding: `0 ${addUnit(gutter / 2)}`,
}"
:size="size"
></u-icon>
></up-icon>
</view>
<view
v-if="allowHalf"
@@ -49,7 +49,7 @@
}]"
ref="u-rate__content__item__icon-wrap"
>
<u-icon
<up-icon
:name="
Math.ceil(activeIndex) > index
? activeIcon
@@ -66,7 +66,7 @@
padding: `0 ${addUnit(gutter / 2)}`
}"
:size="size"
></u-icon>
></up-icon>
</view>
</view>
</view>
@@ -287,7 +287,6 @@
</script>
<style lang="scss" scoped>
@import "../../libs/css/components.scss";
$u-rate-margin: 0 !default;
$u-rate-padding: 0 !default;
$u-rate-item-icon-wrap-half-top: 0 !default;
@@ -320,7 +319,7 @@ $u-rate-item-icon-wrap-half-left: 0 !default;
}
}
.u-icon {
.up-icon {
/* #ifndef APP-NVUE */
box-sizing: border-box;
/* #endif */