修改头像截取

This commit is contained in:
Jason 2022-09-09 15:19:08 +08:00
parent ca5a931254
commit 2f272503a6
2 changed files with 10 additions and 7 deletions

View File

@ -93,6 +93,13 @@
},
{
"path": "pages/webview/webview"
},
{
"path": "uni_modules/vk-uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000000"
}
}
],
"globalStyle": {

View File

@ -3,11 +3,7 @@
* (c) 2020 dlhandsome
* @license MIT
*/
(function(global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.WeCropper = factory());
}(this, (function() {
'use strict';
var device = void 0;
@ -1260,6 +1256,6 @@
WeCropper.prototype.cutt = cut;
WeCropper.prototype.update = update;
return WeCropper;
export default WeCropper
})));