jufubao-base 1.0.318-beta1 → 1.0.319-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.318-beta1",
3
+ "version": "1.0.319-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -222,7 +222,7 @@
222
222
  doAddImage(){
223
223
  uni.chooseImage({
224
224
  count: 1,
225
- sourceType: ['camera'],
225
+ sourceType: ['camera','album'],
226
226
  success: async (res) => {
227
227
  console.log('chooseImage',res);
228
228
  // let filePath = res.tempFilePaths[0];