拍照支持裁剪

This commit is contained in:
2025-09-22 09:48:37 +08:00
parent d4f357d624
commit ad4d9323ad
4 changed files with 49 additions and 18 deletions

View File

@@ -19,7 +19,6 @@ Page({
*/
onLoad(options) {
const { id } = options;
this.getMeterList(id)
},
async getMeterList(id) {
@@ -52,7 +51,7 @@ Page({
newIndex = meterList?.length - 1
}
this.setData({
active: newIndex
active: newIndex,
})
},
handlePrev() {