mobile-workflow/README.md
2024-04-28 10:10:03 +08:00

14 lines
725 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 本项目为 wflow-pro 移动端app项目
请遵循授权规则使用,严禁私下传播、倒卖等侵权行为
本项目内自带了uni_modules依赖使用请先执行 `npm install` 按照npm依赖然后使用uniapp官方 Hbuilderx 开发工具打开
项目正在开发中,请耐心等待。。。
导入的组件库`uni_modules`部分组件在默认基础上进行了修改,修改如下:
- uni-popup 弹层open和close函数添加了自定义事件用来防止点击穿透文件选择器
- uni-easy-input 组件_Blur 函数失焦时添加小数位数格式化
- cc-selectDity 组件area.js 最后一行去除返回城市编码
- l-upload 图片上传组件修复bug及根据wflow改造