优化
优化openType.js
修改支付宝报错的BUG
解决微信小程序使用uvui提示 Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors
解决上述提示,需要在uni.scss配置$uvui-nvue-style: false; 然后在APP.vue下面引入uvui内置的基础样式:@import '@/uni_modules/uv-ui-tools/index.scss';
uv-ui-tools 优化工具组件,兼容更多功能
小程序分享功能优化等
修改扩展使用mixin中方法的问题
兼容百度小程序修改bem函数
优化组件依赖,修改后无需全局引入,组件导入即可使用
优化部分功能
增加Http请求封装
优化
修改名称及备注
uv-ui工具集首次发布