mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化
This commit is contained in:
parent
3c9a8e7481
commit
f3c70e05ee
@ -393,7 +393,7 @@
|
||||
wx.chooseImage({
|
||||
count: 4, //默认9
|
||||
sizeType: ['compressed'], //可以指定是原图还是压缩图,默认二者都有
|
||||
sourceType: ['album'], //从相册选择
|
||||
sourceType: ['album','camera'], //从相册选择
|
||||
success: (res) => {
|
||||
console.log(res);
|
||||
that.$data.imgList.push(res.tempFilePaths[0]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user