UNPKG

taro-s4s

Version:

Nerv-multi多端开发解决方案

11 lines (9 loc) 247 B
const cameraRoll = { saveToCameraRoll (filePath, type) { const path = type === 'photo' ? `photo://${filePath}` : `video://${filePath}` return new Promise((resolve, reject) => { resolve(path) }) } } export default cameraRoll