修改头像截取
This commit is contained in:
parent
ca5a931254
commit
2f272503a6
|
|
@ -93,6 +93,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/webview/webview"
|
"path": "pages/webview/webview"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "uni_modules/vk-uview-ui/components/u-avatar-cropper/u-avatar-cropper",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "头像裁剪",
|
||||||
|
"navigationBarBackgroundColor": "#000000"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,7 @@
|
||||||
* (c) 2020 dlhandsome
|
* (c) 2020 dlhandsome
|
||||||
* @license MIT
|
* @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';
|
'use strict';
|
||||||
|
|
||||||
var device = void 0;
|
var device = void 0;
|
||||||
|
|
@ -1260,6 +1256,6 @@
|
||||||
WeCropper.prototype.cutt = cut;
|
WeCropper.prototype.cutt = cut;
|
||||||
WeCropper.prototype.update = update;
|
WeCropper.prototype.update = update;
|
||||||
|
|
||||||
return WeCropper;
|
export default WeCropper
|
||||||
|
|
||||||
|
|
||||||
})));
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue