提交 a38ff897 编写于 作者: Q qiang

Merge branch 'dev' into alpha

import getRealPath from 'uni-platform/helpers/get-real-path'
export const saveImageToPhotosAlbum = {
filePath: {
type: String,
required: true,
validator (filePath, params) {
params.filePath = getRealPath(filePath)
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册