Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

评分组件在微信小程序中的显示问题 #5294

Closed
Github-666666 opened this issue Mar 22, 2023 · 1 comment
Closed

评分组件在微信小程序中的显示问题 #5294

Github-666666 opened this issue Mar 22, 2023 · 1 comment

Comments

@Github-666666
Copy link

Github-666666 commented Mar 22, 2023

重现链接

// index.js
Page({
data: {
value: 2.5,
},
onChange(event) {
this.setData({
value: event.detail,
});
},
});

Vant Weapp 版本

1.10.14

描述一下你遇到的问题。

image
使用标准模板,评分组件在微信小程序中满星时没问题,半星时星星的左下角缺失,没有被红色覆盖全

重现步骤

设备/浏览器

鸿蒙,安卓

@landluck
Copy link
Contributor

landluck commented Apr 3, 2023

v1.10.15 已解决

@landluck landluck closed this as completed Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants