2 |
3 |
9 |
10 | {{text[status]}}
11 |
12 |
13 |
14 |
39 |
40 |
65 |
--------------------------------------------------------------------------------
/web/components/imageCompress/README.md:
--------------------------------------------------------------------------------
1 | # uni-app 图片压缩插件、带图片自动旋转修正(暂时只支持H5)
2 | ### 作者:诗小柒
3 | ## 说明
4 | uni-app 图片压缩插件、带图片自动旋转修正(暂时只支持H5),支持APP 微信小程序 H5
5 |
6 | ### 使用方法
7 | 在 `script` 中引入组件
8 | ``` javascript
9 | import imageCompress from "../../components/imageCompress/imageCompress.vue"
10 | export default {
11 | components: {imageCompress}
12 | }
13 | ```
14 | 在 `template` 中使用
15 | ``` javascript
16 |