mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
删除无用文件夹
This commit is contained in:
14
wechat/miniprogram_npm/@vant/weapp/uploader/index.wxs
Normal file
14
wechat/miniprogram_npm/@vant/weapp/uploader/index.wxs
Normal file
@@ -0,0 +1,14 @@
|
||||
/* eslint-disable */
|
||||
var style = require('../wxs/style.wxs');
|
||||
var addUnit = require('../wxs/add-unit.wxs');
|
||||
|
||||
function sizeStyle(data) {
|
||||
return style({
|
||||
width: addUnit(data.previewSize),
|
||||
height: addUnit(data.previewSize),
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
sizeStyle: sizeStyle,
|
||||
};
|
||||
Reference in New Issue
Block a user