feat:1.0.2 bug修复,引导页优化
This commit is contained in:
@@ -266,11 +266,11 @@ Page({
|
||||
fileType: 'png',
|
||||
quality: 1,
|
||||
success: (res) => {
|
||||
wx.getImageInfo({
|
||||
src: res.tempFilePath,
|
||||
success: (res) =>
|
||||
console.log('getImageInfo image size :', res.width, res.height), // 应输出2480x3508
|
||||
});
|
||||
// wx.getImageInfo({
|
||||
// src: res.tempFilePath,
|
||||
// success: (res) =>
|
||||
// console.log('getImageInfo image size :', res.width, res.height), // 应输出2480x3508
|
||||
// });
|
||||
wx.saveImageToPhotosAlbum({
|
||||
filePath: res.tempFilePath,
|
||||
success: () => wx.showToast({ title: '保存成功' }),
|
||||
|
||||
Reference in New Issue
Block a user