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

LineProgress 线形进度条 函数表达式单词拼错 #229

Closed
LEI-LJ opened this issue Dec 5, 2023 · 1 comment
Closed

LineProgress 线形进度条 函数表达式单词拼错 #229

LEI-LJ opened this issue Dec 5, 2023 · 1 comment

Comments

@LEI-LJ
Copy link

LEI-LJ commented Dec 5, 2023

image

const computedWidth = (type) => {
if (type === 'plus') {
percentage.value = uni.$u.range(0, 100, percentage.value + 10);
} else {
percentage.value = uni.$u.range(0, 100, percentage.value - 10);
}
};

@ijry
Copy link
Owner

ijry commented Apr 10, 2024

感谢已修复

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

No branches or pull requests

2 participants